const github.com/gotd/td/tg.MessagesGetRepliesRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_replies_gen.go#L77: const MessagesGetRepliesRequestTypeID = 0x22ddd30c
tl_messages_get_replies_gen.go#L158: return MessagesGetRepliesRequestTypeID
tl_messages_get_replies_gen.go#L170: ID: MessagesGetRepliesRequestTypeID,
tl_messages_get_replies_gen.go#L222: b.PutID(MessagesGetRepliesRequestTypeID)
tl_messages_get_replies_gen.go#L253: if err := b.ConsumeID(MessagesGetRepliesRequestTypeID); err != nil {
tl_registry_gen.go#L1510: MessagesGetRepliesRequestTypeID: "messages.getReplies#22ddd30c",
tl_registry_gen.go#L3292: "messages.getReplies": MessagesGetRepliesRequestTypeID,
tl_registry_gen.go#L5074: MessagesGetRepliesRequestTypeID: func() bin.Object { return &MessagesGetRepliesRequest{} },
tl_server_gen.go#L4901: s.handlers[MessagesGetRepliesRequestTypeID] = 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. |