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

21 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1210: type AutoSaveSettingsHandler func(ctx context.Context, e Entities, update *UpdateAutoSaveSettings) error
		tl_handlers_gen.go#L1215: 		return handler(ctx, e, update.(*UpdateAutoSaveSettings))
		tl_registry_gen.go#L3938: 		UpdateAutoSaveSettingsTypeID:                             func() bin.Object { return &UpdateAutoSaveSettings{} },
		tl_update_gen.go#L22441: type UpdateAutoSaveSettings struct {
		tl_update_gen.go#L22448: func (u UpdateAutoSaveSettings) construct() UpdateClass { return &u }
		tl_update_gen.go#L22452: 	_ bin.Encoder     = &UpdateAutoSaveSettings{}
		tl_update_gen.go#L22453: 	_ bin.Decoder     = &UpdateAutoSaveSettings{}
		tl_update_gen.go#L22454: 	_ bin.BareEncoder = &UpdateAutoSaveSettings{}
		tl_update_gen.go#L22455: 	_ bin.BareDecoder = &UpdateAutoSaveSettings{}
		tl_update_gen.go#L22457: 	_ UpdateClass = &UpdateAutoSaveSettings{}
		tl_update_gen.go#L22460: func (u *UpdateAutoSaveSettings) Zero() bool {
		tl_update_gen.go#L22469: func (u *UpdateAutoSaveSettings) String() string {
		tl_update_gen.go#L22473: 	type Alias UpdateAutoSaveSettings
		tl_update_gen.go#L22480: func (*UpdateAutoSaveSettings) TypeID() uint32 {
		tl_update_gen.go#L22485: func (*UpdateAutoSaveSettings) TypeName() string {
		tl_update_gen.go#L22490: func (u *UpdateAutoSaveSettings) TypeInfo() tdp.Type {
		tl_update_gen.go#L22504: func (u *UpdateAutoSaveSettings) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L22513: func (u *UpdateAutoSaveSettings) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L22521: func (u *UpdateAutoSaveSettings) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L22532: func (u *UpdateAutoSaveSettings) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L25721: 		v := UpdateAutoSaveSettings{}