const github.com/gotd/td/tg.MessagesGetUnreadReactionsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_unread_reactions_gen.go#L75: const MessagesGetUnreadReactionsRequestTypeID = 0x3223495b
tl_messages_get_unread_reactions_gen.go#L152: return MessagesGetUnreadReactionsRequestTypeID
tl_messages_get_unread_reactions_gen.go#L164: ID: MessagesGetUnreadReactionsRequestTypeID,
tl_messages_get_unread_reactions_gen.go#L216: b.PutID(MessagesGetUnreadReactionsRequestTypeID)
tl_messages_get_unread_reactions_gen.go#L251: if err := b.ConsumeID(MessagesGetUnreadReactionsRequestTypeID); err != nil {
tl_registry_gen.go#L1544: MessagesGetUnreadReactionsRequestTypeID: "messages.getUnreadReactions#3223495b",
tl_registry_gen.go#L3326: "messages.getUnreadReactions": MessagesGetUnreadReactionsRequestTypeID,
tl_registry_gen.go#L5108: MessagesGetUnreadReactionsRequestTypeID: func() bin.Object { return &MessagesGetUnreadReactionsRequest{} },
tl_server_gen.go#L5507: s.handlers[MessagesGetUnreadReactionsRequestTypeID] = 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. |