const github.com/gotd/td/tg.MessagesReadReactionsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_read_reactions_gen.go#L59: const MessagesReadReactionsRequestTypeID = 0x54aa7f8e
tl_messages_read_reactions_gen.go#L111: return MessagesReadReactionsRequestTypeID
tl_messages_read_reactions_gen.go#L123: ID: MessagesReadReactionsRequestTypeID,
tl_messages_read_reactions_gen.go#L155: b.PutID(MessagesReadReactionsRequestTypeID)
tl_messages_read_reactions_gen.go#L185: if err := b.ConsumeID(MessagesReadReactionsRequestTypeID); err != nil {
tl_registry_gen.go#L1545: MessagesReadReactionsRequestTypeID: "messages.readReactions#54aa7f8e",
tl_registry_gen.go#L3327: "messages.readReactions": MessagesReadReactionsRequestTypeID,
tl_registry_gen.go#L5109: MessagesReadReactionsRequestTypeID: func() bin.Object { return &MessagesReadReactionsRequest{} },
tl_server_gen.go#L5524: s.handlers[MessagesReadReactionsRequestTypeID] = 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. |