type github.com/gotd/td/tg.AccountSaveAutoDownloadSettingsRequest
26 uses
github.com/gotd/td/tg (current package)
tl_account_save_auto_download_settings_gen.go#L38: type AccountSaveAutoDownloadSettingsRequest struct {
tl_account_save_auto_download_settings_gen.go#L57: _ bin.Encoder = &AccountSaveAutoDownloadSettingsRequest{}
tl_account_save_auto_download_settings_gen.go#L58: _ bin.Decoder = &AccountSaveAutoDownloadSettingsRequest{}
tl_account_save_auto_download_settings_gen.go#L59: _ bin.BareEncoder = &AccountSaveAutoDownloadSettingsRequest{}
tl_account_save_auto_download_settings_gen.go#L60: _ bin.BareDecoder = &AccountSaveAutoDownloadSettingsRequest{}
tl_account_save_auto_download_settings_gen.go#L63: func (s *AccountSaveAutoDownloadSettingsRequest) Zero() bool {
tl_account_save_auto_download_settings_gen.go#L84: func (s *AccountSaveAutoDownloadSettingsRequest) String() string {
tl_account_save_auto_download_settings_gen.go#L88: type Alias AccountSaveAutoDownloadSettingsRequest
tl_account_save_auto_download_settings_gen.go#L93: func (s *AccountSaveAutoDownloadSettingsRequest) FillFrom(from interface {
tl_account_save_auto_download_settings_gen.go#L106: func (*AccountSaveAutoDownloadSettingsRequest) TypeID() uint32 {
tl_account_save_auto_download_settings_gen.go#L111: func (*AccountSaveAutoDownloadSettingsRequest) TypeName() string {
tl_account_save_auto_download_settings_gen.go#L116: func (s *AccountSaveAutoDownloadSettingsRequest) TypeInfo() tdp.Type {
tl_account_save_auto_download_settings_gen.go#L145: func (s *AccountSaveAutoDownloadSettingsRequest) SetFlags() {
tl_account_save_auto_download_settings_gen.go#L155: func (s *AccountSaveAutoDownloadSettingsRequest) Encode(b *bin.Buffer) error {
tl_account_save_auto_download_settings_gen.go#L164: func (s *AccountSaveAutoDownloadSettingsRequest) EncodeBare(b *bin.Buffer) error {
tl_account_save_auto_download_settings_gen.go#L179: func (s *AccountSaveAutoDownloadSettingsRequest) Decode(b *bin.Buffer) error {
tl_account_save_auto_download_settings_gen.go#L190: func (s *AccountSaveAutoDownloadSettingsRequest) DecodeBare(b *bin.Buffer) error {
tl_account_save_auto_download_settings_gen.go#L210: func (s *AccountSaveAutoDownloadSettingsRequest) SetLow(value bool) {
tl_account_save_auto_download_settings_gen.go#L221: func (s *AccountSaveAutoDownloadSettingsRequest) GetLow() (value bool) {
tl_account_save_auto_download_settings_gen.go#L229: func (s *AccountSaveAutoDownloadSettingsRequest) SetHigh(value bool) {
tl_account_save_auto_download_settings_gen.go#L240: func (s *AccountSaveAutoDownloadSettingsRequest) GetHigh() (value bool) {
tl_account_save_auto_download_settings_gen.go#L248: func (s *AccountSaveAutoDownloadSettingsRequest) GetSettings() (value AutoDownloadSettings) {
tl_account_save_auto_download_settings_gen.go#L259: func (c *Client) AccountSaveAutoDownloadSettings(ctx context.Context, request *AccountSaveAutoDownloadSettingsRequest) (bool, error) {
tl_registry_gen.go#L4887: AccountSaveAutoDownloadSettingsRequestTypeID: func() bin.Object { return &AccountSaveAutoDownloadSettingsRequest{} },
tl_server_gen.go#L1484: func (s *ServerDispatcher) OnAccountSaveAutoDownloadSettings(f func(ctx context.Context, request *AccountSaveAutoDownloadSettingsRequest) (bool, error)) {
tl_server_gen.go#L1486: var request AccountSaveAutoDownloadSettingsRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |