const github.com/gotd/td/tg.MessagesGetPollVotesRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_messages_get_poll_votes_gen.go#L68: const MessagesGetPollVotesRequestTypeID = 0xb86e380e
tl_messages_get_poll_votes_gen.go#L138: return MessagesGetPollVotesRequestTypeID
tl_messages_get_poll_votes_gen.go#L150: ID: MessagesGetPollVotesRequestTypeID,
tl_messages_get_poll_votes_gen.go#L198: b.PutID(MessagesGetPollVotesRequestTypeID)
tl_messages_get_poll_votes_gen.go#L233: if err := b.ConsumeID(MessagesGetPollVotesRequestTypeID); err != nil {
tl_registry_gen.go#L1503: MessagesGetPollVotesRequestTypeID: "messages.getPollVotes#b86e380e",
tl_registry_gen.go#L3285: "messages.getPollVotes": MessagesGetPollVotesRequestTypeID,
tl_registry_gen.go#L5067: MessagesGetPollVotesRequestTypeID: func() bin.Object { return &MessagesGetPollVotesRequest{} },
tl_server_gen.go#L4770: s.handlers[MessagesGetPollVotesRequestTypeID] = 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. |