const github.com/gotd/td/tg.MessagesReadMentionsRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_read_mentions_gen.go#L56: const MessagesReadMentionsRequestTypeID = 0x36e5bf4d
tl_messages_read_mentions_gen.go#L108: return MessagesReadMentionsRequestTypeID
tl_messages_read_mentions_gen.go#L120: ID: MessagesReadMentionsRequestTypeID,
tl_messages_read_mentions_gen.go#L152: b.PutID(MessagesReadMentionsRequestTypeID)
tl_messages_read_mentions_gen.go#L182: if err := b.ConsumeID(MessagesReadMentionsRequestTypeID); err != nil {
tl_registry_gen.go#L1476: MessagesReadMentionsRequestTypeID: "messages.readMentions#36e5bf4d",
tl_registry_gen.go#L3258: "messages.readMentions": MessagesReadMentionsRequestTypeID,
tl_registry_gen.go#L5040: MessagesReadMentionsRequestTypeID: func() bin.Object { return &MessagesReadMentionsRequest{} },
tl_server_gen.go#L4295: s.handlers[MessagesReadMentionsRequestTypeID] = 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. |