github.com/gotd/td/tg.MessagesVotesList.Votes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_votes_list_gen.go#L51: Votes []MessagePeerVoteClass
tl_messages_votes_list_gen.go#L87: if !(v.Votes == nil) {
tl_messages_votes_list_gen.go#L121: v.Votes = from.GetVotes()
tl_messages_votes_list_gen.go#L204: b.PutVectorHeader(len(v.Votes))
tl_messages_votes_list_gen.go#L205: for idx, v := range v.Votes {
tl_messages_votes_list_gen.go#L272: v.Votes = make([]MessagePeerVoteClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_votes_list_gen.go#L279: v.Votes = append(v.Votes, value)
tl_messages_votes_list_gen.go#L339: return v.Votes
tl_messages_votes_list_gen.go#L378: return MessagePeerVoteClassArray(v.Votes)
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. |