const github.com/gotd/td/tg.MessagePeerVoteTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_message_peer_vote_gen.go#L48: const MessagePeerVoteTypeID = 0xb6cc2d5c
tl_message_peer_vote_gen.go#L104: return MessagePeerVoteTypeID
tl_message_peer_vote_gen.go#L116: ID: MessagePeerVoteTypeID,
tl_message_peer_vote_gen.go#L144: b.PutID(MessagePeerVoteTypeID)
tl_message_peer_vote_gen.go#L169: if err := b.ConsumeID(MessagePeerVoteTypeID); err != nil {
tl_message_peer_vote_gen.go#L657: case MessagePeerVoteTypeID:
tl_registry_gen.go#L1183: MessagePeerVoteTypeID: "messagePeerVote#b6cc2d5c",
tl_registry_gen.go#L2965: "messagePeerVote": MessagePeerVoteTypeID,
tl_registry_gen.go#L4747: MessagePeerVoteTypeID: func() bin.Object { return &MessagePeerVote{} },
tl_registry_gen.go#L6107: MessagePeerVoteTypeID,
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. |