github.com/gotd/td/tg.MessagesDialogsSlice.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_dialogs_gen.go#L356: Users []UserClass
tl_messages_dialogs_gen.go#L391: if !(d.Users == nil) {
tl_messages_dialogs_gen.go#L419: d.Users = from.GetUsers()
tl_messages_dialogs_gen.go#L511: b.PutVectorHeader(len(d.Users))
tl_messages_dialogs_gen.go#L512: for idx, v := range d.Users {
tl_messages_dialogs_gen.go#L604: d.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_dialogs_gen.go#L611: d.Users = append(d.Users, value)
tl_messages_dialogs_gen.go#L654: return d.Users
tl_messages_dialogs_gen.go#L674: 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. |