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{}
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. |