github.com/gotd/td/tg.ContactsFound.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_found_gen.go#L44: Chats []ChatClass
tl_contacts_found_gen.go#L70: if !(f.Chats == nil) {
tl_contacts_found_gen.go#L98: f.Chats = from.GetChats()
tl_contacts_found_gen.go#L177: b.PutVectorHeader(len(f.Chats))
tl_contacts_found_gen.go#L178: for idx, v := range f.Chats {
tl_contacts_found_gen.go#L255: f.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_found_gen.go#L262: f.Chats = append(f.Chats, value)
tl_contacts_found_gen.go#L306: return f.Chats
tl_contacts_found_gen.go#L329: return ChatClassArray(f.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. |