const github.com/gotd/td/tg.MessagesGetRecentReactionsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_recent_reactions_gen.go#L55: const MessagesGetRecentReactionsRequestTypeID = 0x39461db2
tl_messages_get_recent_reactions_gen.go#L101: return MessagesGetRecentReactionsRequestTypeID
tl_messages_get_recent_reactions_gen.go#L113: ID: MessagesGetRecentReactionsRequestTypeID,
tl_messages_get_recent_reactions_gen.go#L137: b.PutID(MessagesGetRecentReactionsRequestTypeID)
tl_messages_get_recent_reactions_gen.go#L156: if err := b.ConsumeID(MessagesGetRecentReactionsRequestTypeID); err != nil {
tl_registry_gen.go#L1562: MessagesGetRecentReactionsRequestTypeID: "messages.getRecentReactions#39461db2",
tl_registry_gen.go#L3344: "messages.getRecentReactions": MessagesGetRecentReactionsRequestTypeID,
tl_registry_gen.go#L5126: MessagesGetRecentReactionsRequestTypeID: func() bin.Object { return &MessagesGetRecentReactionsRequest{} },
tl_server_gen.go#L5829: s.handlers[MessagesGetRecentReactionsRequestTypeID] = handler
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. |