const github.com/gotd/td/tg.UpdateRecentReactionsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1154: u.handlers[UpdateRecentReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L368: UpdateRecentReactionsTypeID: "updateRecentReactions#6f7863f4",
tl_registry_gen.go#L2150: "updateRecentReactions": UpdateRecentReactionsTypeID,
tl_registry_gen.go#L3932: UpdateRecentReactionsTypeID: func() bin.Object { return &UpdateRecentReactions{} },
tl_registry_gen.go#L6629: UpdateRecentReactionsTypeID,
tl_update_gen.go#L21323: const UpdateRecentReactionsTypeID = 0x6f7863f4
tl_update_gen.go#L21359: return UpdateRecentReactionsTypeID
tl_update_gen.go#L21371: ID: UpdateRecentReactionsTypeID,
tl_update_gen.go#L21386: b.PutID(UpdateRecentReactionsTypeID)
tl_update_gen.go#L21403: if err := b.ConsumeID(UpdateRecentReactionsTypeID); err != nil {
tl_update_gen.go#L25677: case UpdateRecentReactionsTypeID:
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. |