type github.com/gotd/td/tg.AutoSaveSettings

39 uses

	github.com/gotd/td/tg (current package)
		tl_account_auto_save_settings_gen.go#L40: 	UsersSettings AutoSaveSettings
		tl_account_auto_save_settings_gen.go#L45: 	ChatsSettings AutoSaveSettings
		tl_account_auto_save_settings_gen.go#L50: 	BroadcastsSettings AutoSaveSettings
		tl_account_auto_save_settings_gen.go#L107: 	GetUsersSettings() (value AutoSaveSettings)
		tl_account_auto_save_settings_gen.go#L108: 	GetChatsSettings() (value AutoSaveSettings)
		tl_account_auto_save_settings_gen.go#L109: 	GetBroadcastsSettings() (value AutoSaveSettings)
		tl_account_auto_save_settings_gen.go#L309: func (a *AccountAutoSaveSettings) GetUsersSettings() (value AutoSaveSettings) {
		tl_account_auto_save_settings_gen.go#L317: func (a *AccountAutoSaveSettings) GetChatsSettings() (value AutoSaveSettings) {
		tl_account_auto_save_settings_gen.go#L325: func (a *AccountAutoSaveSettings) GetBroadcastsSettings() (value AutoSaveSettings) {
		tl_account_save_auto_save_settings_gen.go#L58: 	Settings AutoSaveSettings
		tl_account_save_auto_save_settings_gen.go#L113: 	GetSettings() (value AutoSaveSettings)
		tl_account_save_auto_save_settings_gen.go#L339: func (s *AccountSaveAutoSaveSettingsRequest) GetSettings() (value AutoSaveSettings) {
		tl_auto_save_exception_gen.go#L42: 	Settings AutoSaveSettings
		tl_auto_save_exception_gen.go#L82: 	GetSettings() (value AutoSaveSettings)
		tl_auto_save_exception_gen.go#L189: func (a *AutoSaveException) GetSettings() (value AutoSaveSettings) {
		tl_auto_save_settings_gen.go#L38: type AutoSaveSettings struct {
		tl_auto_save_settings_gen.go#L59: 	_ bin.Encoder     = &AutoSaveSettings{}
		tl_auto_save_settings_gen.go#L60: 	_ bin.Decoder     = &AutoSaveSettings{}
		tl_auto_save_settings_gen.go#L61: 	_ bin.BareEncoder = &AutoSaveSettings{}
		tl_auto_save_settings_gen.go#L62: 	_ bin.BareDecoder = &AutoSaveSettings{}
		tl_auto_save_settings_gen.go#L65: func (a *AutoSaveSettings) Zero() bool {
		tl_auto_save_settings_gen.go#L86: func (a *AutoSaveSettings) String() string {
		tl_auto_save_settings_gen.go#L90: 	type Alias AutoSaveSettings
		tl_auto_save_settings_gen.go#L95: func (a *AutoSaveSettings) FillFrom(from interface {
		tl_auto_save_settings_gen.go#L111: func (*AutoSaveSettings) TypeID() uint32 {
		tl_auto_save_settings_gen.go#L116: func (*AutoSaveSettings) TypeName() string {
		tl_auto_save_settings_gen.go#L121: func (a *AutoSaveSettings) TypeInfo() tdp.Type {
		tl_auto_save_settings_gen.go#L151: func (a *AutoSaveSettings) SetFlags() {
		tl_auto_save_settings_gen.go#L164: func (a *AutoSaveSettings) Encode(b *bin.Buffer) error {
		tl_auto_save_settings_gen.go#L173: func (a *AutoSaveSettings) EncodeBare(b *bin.Buffer) error {
		tl_auto_save_settings_gen.go#L188: func (a *AutoSaveSettings) Decode(b *bin.Buffer) error {
		tl_auto_save_settings_gen.go#L199: func (a *AutoSaveSettings) DecodeBare(b *bin.Buffer) error {
		tl_auto_save_settings_gen.go#L221: func (a *AutoSaveSettings) SetPhotos(value bool) {
		tl_auto_save_settings_gen.go#L232: func (a *AutoSaveSettings) GetPhotos() (value bool) {
		tl_auto_save_settings_gen.go#L240: func (a *AutoSaveSettings) SetVideos(value bool) {
		tl_auto_save_settings_gen.go#L251: func (a *AutoSaveSettings) GetVideos() (value bool) {
		tl_auto_save_settings_gen.go#L259: func (a *AutoSaveSettings) SetVideoMaxSize(value int64) {
		tl_auto_save_settings_gen.go#L266: func (a *AutoSaveSettings) GetVideoMaxSize() (value int64, ok bool) {
		tl_registry_gen.go#L4726: 		AutoSaveSettingsTypeID:                                                  func() bin.Object { return &AutoSaveSettings{} },