type github.com/gotd/td/tg.UpdateSavedGifs
21 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L450: type SavedGifsHandler func(ctx context.Context, e Entities, update *UpdateSavedGifs) error
tl_handlers_gen.go#L455: return handler(ctx, e, update.(*UpdateSavedGifs))
tl_registry_gen.go#L3862: UpdateSavedGifsTypeID: func() bin.Object { return &UpdateSavedGifs{} },
tl_update_gen.go#L7138: type UpdateSavedGifs struct {
tl_update_gen.go#L7145: func (u UpdateSavedGifs) construct() UpdateClass { return &u }
tl_update_gen.go#L7149: _ bin.Encoder = &UpdateSavedGifs{}
tl_update_gen.go#L7150: _ bin.Decoder = &UpdateSavedGifs{}
tl_update_gen.go#L7151: _ bin.BareEncoder = &UpdateSavedGifs{}
tl_update_gen.go#L7152: _ bin.BareDecoder = &UpdateSavedGifs{}
tl_update_gen.go#L7154: _ UpdateClass = &UpdateSavedGifs{}
tl_update_gen.go#L7157: func (u *UpdateSavedGifs) Zero() bool {
tl_update_gen.go#L7166: func (u *UpdateSavedGifs) String() string {
tl_update_gen.go#L7170: type Alias UpdateSavedGifs
tl_update_gen.go#L7177: func (*UpdateSavedGifs) TypeID() uint32 {
tl_update_gen.go#L7182: func (*UpdateSavedGifs) TypeName() string {
tl_update_gen.go#L7187: func (u *UpdateSavedGifs) TypeInfo() tdp.Type {
tl_update_gen.go#L7201: func (u *UpdateSavedGifs) Encode(b *bin.Buffer) error {
tl_update_gen.go#L7210: func (u *UpdateSavedGifs) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L7218: func (u *UpdateSavedGifs) Decode(b *bin.Buffer) error {
tl_update_gen.go#L7229: func (u *UpdateSavedGifs) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L25189: v := UpdateSavedGifs{}
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. |