github.com/gotd/td/tg.MessagesDialogsSlice.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_dialogs_gen.go#L354: Chats []ChatClass
tl_messages_dialogs_gen.go#L388: if !(d.Chats == nil) {
tl_messages_dialogs_gen.go#L418: d.Chats = from.GetChats()
tl_messages_dialogs_gen.go#L502: b.PutVectorHeader(len(d.Chats))
tl_messages_dialogs_gen.go#L503: for idx, v := range d.Chats {
tl_messages_dialogs_gen.go#L587: d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_dialogs_gen.go#L594: d.Chats = append(d.Chats, value)
tl_messages_dialogs_gen.go#L646: return d.Chats
tl_messages_dialogs_gen.go#L669: 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. |