github.com/gotd/td/tg.MessagesVotesList.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_votes_list_gen.go#L55: Users []UserClass
tl_messages_votes_list_gen.go#L93: if !(v.Users == nil) {
tl_messages_votes_list_gen.go#L123: v.Users = from.GetUsers()
tl_messages_votes_list_gen.go#L222: b.PutVectorHeader(len(v.Users))
tl_messages_votes_list_gen.go#L223: for idx, v := range v.Users {
tl_messages_votes_list_gen.go#L306: v.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_votes_list_gen.go#L313: v.Users = append(v.Users, value)
tl_messages_votes_list_gen.go#L355: return v.Users
tl_messages_votes_list_gen.go#L388: return UserClassArray(v.Users)
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. |