const github.com/gotd/td/tg.UpdateMessageReactionsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1064: u.handlers[UpdateMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L359: UpdateMessageReactionsTypeID: "updateMessageReactions#5e1b3cb8",
tl_registry_gen.go#L2141: "updateMessageReactions": UpdateMessageReactionsTypeID,
tl_registry_gen.go#L3923: UpdateMessageReactionsTypeID: func() bin.Object { return &UpdateMessageReactions{} },
tl_registry_gen.go#L6620: UpdateMessageReactionsTypeID,
tl_update_gen.go#L19884: const UpdateMessageReactionsTypeID = 0x5e1b3cb8
tl_update_gen.go#L19951: return UpdateMessageReactionsTypeID
tl_update_gen.go#L19963: ID: UpdateMessageReactionsTypeID,
tl_update_gen.go#L20003: b.PutID(UpdateMessageReactionsTypeID)
tl_update_gen.go#L20037: if err := b.ConsumeID(UpdateMessageReactionsTypeID); err != nil {
tl_update_gen.go#L25614: case UpdateMessageReactionsTypeID:
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. |