github.com/gotd/td/tg.MessagesDialogs.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_dialogs_gen.go#L44: Chats []ChatClass
tl_messages_dialogs_gen.go#L75: if !(d.Chats == nil) {
tl_messages_dialogs_gen.go#L103: d.Chats = from.GetChats()
tl_messages_dialogs_gen.go#L182: b.PutVectorHeader(len(d.Chats))
tl_messages_dialogs_gen.go#L183: for idx, v := range d.Chats {
tl_messages_dialogs_gen.go#L260: d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_dialogs_gen.go#L267: d.Chats = append(d.Chats, value)
tl_messages_dialogs_gen.go#L311: return d.Chats
tl_messages_dialogs_gen.go#L334: return ChatClassArray(d.Chats)
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. |