github.com/gotd/td/tg.MessagesDialogs.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_dialogs_gen.go#L46: Users []UserClass
tl_messages_dialogs_gen.go#L78: if !(d.Users == nil) {
tl_messages_dialogs_gen.go#L104: d.Users = from.GetUsers()
tl_messages_dialogs_gen.go#L191: b.PutVectorHeader(len(d.Users))
tl_messages_dialogs_gen.go#L192: for idx, v := range d.Users {
tl_messages_dialogs_gen.go#L277: d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_dialogs_gen.go#L284: d.Users = append(d.Users, value)
tl_messages_dialogs_gen.go#L319: return d.Users
tl_messages_dialogs_gen.go#L339: return UserClassArray(d.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. |