github.com/gotd/td/tg.ContactsBlocked.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_blocked_gen.go#L42: Chats []ChatClass
tl_contacts_blocked_gen.go#L70: if !(b.Chats == nil) {
tl_contacts_blocked_gen.go#L96: b.Chats = from.GetChats()
tl_contacts_blocked_gen.go#L159: buf.PutVectorHeader(len(b.Chats))
tl_contacts_blocked_gen.go#L160: for idx, v := range b.Chats {
tl_contacts_blocked_gen.go#L220: b.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_blocked_gen.go#L227: b.Chats = append(b.Chats, value)
tl_contacts_blocked_gen.go#L263: return b.Chats
tl_contacts_blocked_gen.go#L276: return ChatClassArray(b.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. |