type github.com/gotd/td/tg.UpdateRecentReactions
21 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1150: type RecentReactionsHandler func(ctx context.Context, e Entities, update *UpdateRecentReactions) error
tl_handlers_gen.go#L1155: return handler(ctx, e, update.(*UpdateRecentReactions))
tl_registry_gen.go#L3932: UpdateRecentReactionsTypeID: func() bin.Object { return &UpdateRecentReactions{} },
tl_update_gen.go#L21319: type UpdateRecentReactions struct {
tl_update_gen.go#L21326: func (u UpdateRecentReactions) construct() UpdateClass { return &u }
tl_update_gen.go#L21330: _ bin.Encoder = &UpdateRecentReactions{}
tl_update_gen.go#L21331: _ bin.Decoder = &UpdateRecentReactions{}
tl_update_gen.go#L21332: _ bin.BareEncoder = &UpdateRecentReactions{}
tl_update_gen.go#L21333: _ bin.BareDecoder = &UpdateRecentReactions{}
tl_update_gen.go#L21335: _ UpdateClass = &UpdateRecentReactions{}
tl_update_gen.go#L21338: func (u *UpdateRecentReactions) Zero() bool {
tl_update_gen.go#L21347: func (u *UpdateRecentReactions) String() string {
tl_update_gen.go#L21351: type Alias UpdateRecentReactions
tl_update_gen.go#L21358: func (*UpdateRecentReactions) TypeID() uint32 {
tl_update_gen.go#L21363: func (*UpdateRecentReactions) TypeName() string {
tl_update_gen.go#L21368: func (u *UpdateRecentReactions) TypeInfo() tdp.Type {
tl_update_gen.go#L21382: func (u *UpdateRecentReactions) Encode(b *bin.Buffer) error {
tl_update_gen.go#L21391: func (u *UpdateRecentReactions) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L21399: func (u *UpdateRecentReactions) Decode(b *bin.Buffer) error {
tl_update_gen.go#L21410: func (u *UpdateRecentReactions) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L25679: v := UpdateRecentReactions{}
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. |