type github.com/gotd/td/tg.UpdateRecentStickers
21 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L550: type RecentStickersHandler func(ctx context.Context, e Entities, update *UpdateRecentStickers) error
tl_handlers_gen.go#L555: return handler(ctx, e, update.(*UpdateRecentStickers))
tl_registry_gen.go#L3872: UpdateRecentStickersTypeID: func() bin.Object { return &UpdateRecentStickers{} },
tl_update_gen.go#L9530: type UpdateRecentStickers struct {
tl_update_gen.go#L9537: func (u UpdateRecentStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L9541: _ bin.Encoder = &UpdateRecentStickers{}
tl_update_gen.go#L9542: _ bin.Decoder = &UpdateRecentStickers{}
tl_update_gen.go#L9543: _ bin.BareEncoder = &UpdateRecentStickers{}
tl_update_gen.go#L9544: _ bin.BareDecoder = &UpdateRecentStickers{}
tl_update_gen.go#L9546: _ UpdateClass = &UpdateRecentStickers{}
tl_update_gen.go#L9549: func (u *UpdateRecentStickers) Zero() bool {
tl_update_gen.go#L9558: func (u *UpdateRecentStickers) String() string {
tl_update_gen.go#L9562: type Alias UpdateRecentStickers
tl_update_gen.go#L9569: func (*UpdateRecentStickers) TypeID() uint32 {
tl_update_gen.go#L9574: func (*UpdateRecentStickers) TypeName() string {
tl_update_gen.go#L9579: func (u *UpdateRecentStickers) TypeInfo() tdp.Type {
tl_update_gen.go#L9593: func (u *UpdateRecentStickers) Encode(b *bin.Buffer) error {
tl_update_gen.go#L9602: func (u *UpdateRecentStickers) EncodeBare(b *bin.Buffer) error {
tl_update_gen.go#L9610: func (u *UpdateRecentStickers) Decode(b *bin.Buffer) error {
tl_update_gen.go#L9621: func (u *UpdateRecentStickers) DecodeBare(b *bin.Buffer) error {
tl_update_gen.go#L25259: v := UpdateRecentStickers{}
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. |