type github.com/gotd/td/tg.AutoDownloadSettings
46 uses
github.com/gotd/td/tg (current package)
tl_account_auto_download_settings_gen.go#L40: Low AutoDownloadSettings
tl_account_auto_download_settings_gen.go#L42: Medium AutoDownloadSettings
tl_account_auto_download_settings_gen.go#L44: High AutoDownloadSettings
tl_account_auto_download_settings_gen.go#L86: GetLow() (value AutoDownloadSettings)
tl_account_auto_download_settings_gen.go#L87: GetMedium() (value AutoDownloadSettings)
tl_account_auto_download_settings_gen.go#L88: GetHigh() (value AutoDownloadSettings)
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_save_auto_download_settings_gen.go#L49: Settings AutoDownloadSettings
tl_account_save_auto_download_settings_gen.go#L96: GetSettings() (value AutoDownloadSettings)
tl_account_save_auto_download_settings_gen.go#L248: func (s *AccountSaveAutoDownloadSettingsRequest) GetSettings() (value AutoDownloadSettings) {
tl_auto_download_settings_gen.go#L38: type AutoDownloadSettings struct {
tl_auto_download_settings_gen.go#L78: _ bin.Encoder = &AutoDownloadSettings{}
tl_auto_download_settings_gen.go#L79: _ bin.Decoder = &AutoDownloadSettings{}
tl_auto_download_settings_gen.go#L80: _ bin.BareEncoder = &AutoDownloadSettings{}
tl_auto_download_settings_gen.go#L81: _ bin.BareDecoder = &AutoDownloadSettings{}
tl_auto_download_settings_gen.go#L84: func (a *AutoDownloadSettings) Zero() bool {
tl_auto_download_settings_gen.go#L129: func (a *AutoDownloadSettings) String() string {
tl_auto_download_settings_gen.go#L133: type Alias AutoDownloadSettings
tl_auto_download_settings_gen.go#L138: func (a *AutoDownloadSettings) FillFrom(from interface {
tl_auto_download_settings_gen.go#L167: func (*AutoDownloadSettings) TypeID() uint32 {
tl_auto_download_settings_gen.go#L172: func (*AutoDownloadSettings) TypeName() string {
tl_auto_download_settings_gen.go#L177: func (a *AutoDownloadSettings) TypeInfo() tdp.Type {
tl_auto_download_settings_gen.go#L241: func (a *AutoDownloadSettings) SetFlags() {
tl_auto_download_settings_gen.go#L260: func (a *AutoDownloadSettings) Encode(b *bin.Buffer) error {
tl_auto_download_settings_gen.go#L269: func (a *AutoDownloadSettings) EncodeBare(b *bin.Buffer) error {
tl_auto_download_settings_gen.go#L287: func (a *AutoDownloadSettings) Decode(b *bin.Buffer) error {
tl_auto_download_settings_gen.go#L298: func (a *AutoDownloadSettings) DecodeBare(b *bin.Buffer) error {
tl_auto_download_settings_gen.go#L358: func (a *AutoDownloadSettings) SetDisabled(value bool) {
tl_auto_download_settings_gen.go#L369: func (a *AutoDownloadSettings) GetDisabled() (value bool) {
tl_auto_download_settings_gen.go#L377: func (a *AutoDownloadSettings) SetVideoPreloadLarge(value bool) {
tl_auto_download_settings_gen.go#L388: func (a *AutoDownloadSettings) GetVideoPreloadLarge() (value bool) {
tl_auto_download_settings_gen.go#L396: func (a *AutoDownloadSettings) SetAudioPreloadNext(value bool) {
tl_auto_download_settings_gen.go#L407: func (a *AutoDownloadSettings) GetAudioPreloadNext() (value bool) {
tl_auto_download_settings_gen.go#L415: func (a *AutoDownloadSettings) SetPhonecallsLessData(value bool) {
tl_auto_download_settings_gen.go#L426: func (a *AutoDownloadSettings) GetPhonecallsLessData() (value bool) {
tl_auto_download_settings_gen.go#L434: func (a *AutoDownloadSettings) SetStoriesPreload(value bool) {
tl_auto_download_settings_gen.go#L445: func (a *AutoDownloadSettings) GetStoriesPreload() (value bool) {
tl_auto_download_settings_gen.go#L453: func (a *AutoDownloadSettings) GetPhotoSizeMax() (value int) {
tl_auto_download_settings_gen.go#L461: func (a *AutoDownloadSettings) GetVideoSizeMax() (value int64) {
tl_auto_download_settings_gen.go#L469: func (a *AutoDownloadSettings) GetFileSizeMax() (value int64) {
tl_auto_download_settings_gen.go#L477: func (a *AutoDownloadSettings) GetVideoUploadMaxbitrate() (value int) {
tl_auto_download_settings_gen.go#L485: func (a *AutoDownloadSettings) GetSmallQueueActiveOperationsMax() (value int) {
tl_auto_download_settings_gen.go#L493: func (a *AutoDownloadSettings) GetLargeQueueActiveOperationsMax() (value int) {
tl_registry_gen.go#L4514: AutoDownloadSettingsTypeID: func() bin.Object { return &AutoDownloadSettings{} },
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. |