type github.com/gotd/td/tg.AccountAutoDownloadSettings
23 uses
github.com/gotd/td/tg (current package)
tl_account_auto_download_settings_gen.go#L38: type AccountAutoDownloadSettings struct {
tl_account_auto_download_settings_gen.go#L52: _ bin.Encoder = &AccountAutoDownloadSettings{}
tl_account_auto_download_settings_gen.go#L53: _ bin.Decoder = &AccountAutoDownloadSettings{}
tl_account_auto_download_settings_gen.go#L54: _ bin.BareEncoder = &AccountAutoDownloadSettings{}
tl_account_auto_download_settings_gen.go#L55: _ bin.BareDecoder = &AccountAutoDownloadSettings{}
tl_account_auto_download_settings_gen.go#L58: func (a *AccountAutoDownloadSettings) Zero() bool {
tl_account_auto_download_settings_gen.go#L76: func (a *AccountAutoDownloadSettings) String() string {
tl_account_auto_download_settings_gen.go#L80: type Alias AccountAutoDownloadSettings
tl_account_auto_download_settings_gen.go#L85: func (a *AccountAutoDownloadSettings) FillFrom(from interface {
tl_account_auto_download_settings_gen.go#L98: func (*AccountAutoDownloadSettings) TypeID() uint32 {
tl_account_auto_download_settings_gen.go#L103: func (*AccountAutoDownloadSettings) TypeName() string {
tl_account_auto_download_settings_gen.go#L108: func (a *AccountAutoDownloadSettings) TypeInfo() tdp.Type {
tl_account_auto_download_settings_gen.go#L135: func (a *AccountAutoDownloadSettings) Encode(b *bin.Buffer) error {
tl_account_auto_download_settings_gen.go#L144: func (a *AccountAutoDownloadSettings) EncodeBare(b *bin.Buffer) error {
tl_account_auto_download_settings_gen.go#L161: func (a *AccountAutoDownloadSettings) Decode(b *bin.Buffer) error {
tl_account_auto_download_settings_gen.go#L172: func (a *AccountAutoDownloadSettings) DecodeBare(b *bin.Buffer) error {
tl_account_auto_download_settings_gen.go#L195: func (a *AccountAutoDownloadSettings) GetLow() (value AutoDownloadSettings) {
tl_account_auto_download_settings_gen.go#L203: func (a *AccountAutoDownloadSettings) GetMedium() (value AutoDownloadSettings) {
tl_account_auto_download_settings_gen.go#L211: func (a *AccountAutoDownloadSettings) GetHigh() (value AutoDownloadSettings) {
tl_account_get_auto_download_settings_gen.go#L135: func (c *Client) AccountGetAutoDownloadSettings(ctx context.Context) (*AccountAutoDownloadSettings, error) {
tl_account_get_auto_download_settings_gen.go#L136: var result AccountAutoDownloadSettings
tl_registry_gen.go#L4515: AccountAutoDownloadSettingsTypeID: func() bin.Object { return &AccountAutoDownloadSettings{} },
tl_server_gen.go#L1467: func (s *ServerDispatcher) OnAccountGetAutoDownloadSettings(f func(ctx context.Context) (*AccountAutoDownloadSettings, error)) {
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. |