const github.com/gotd/td/tg.MessagesSetChatAvailableReactionsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_set_chat_available_reactions_gen.go#L50: const MessagesSetChatAvailableReactionsRequestTypeID = 0xfeb16771
tl_messages_set_chat_available_reactions_gen.go#L96: return MessagesSetChatAvailableReactionsRequestTypeID
tl_messages_set_chat_available_reactions_gen.go#L108: ID: MessagesSetChatAvailableReactionsRequestTypeID,
tl_messages_set_chat_available_reactions_gen.go#L132: b.PutID(MessagesSetChatAvailableReactionsRequestTypeID)
tl_messages_set_chat_available_reactions_gen.go#L161: if err := b.ConsumeID(MessagesSetChatAvailableReactionsRequestTypeID); err != nil {
tl_registry_gen.go#L1540: MessagesSetChatAvailableReactionsRequestTypeID: "messages.setChatAvailableReactions#feb16771",
tl_registry_gen.go#L3322: "messages.setChatAvailableReactions": MessagesSetChatAvailableReactionsRequestTypeID,
tl_registry_gen.go#L5104: MessagesSetChatAvailableReactionsRequestTypeID: func() bin.Object { return &MessagesSetChatAvailableReactionsRequest{} },
tl_server_gen.go#L5435: s.handlers[MessagesSetChatAvailableReactionsRequestTypeID] = 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. |