github.com/gotd/td/tg.ContactsBlockedSlice.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_blocked_gen.go#L294: Chats []ChatClass
tl_contacts_blocked_gen.go#L325: if !(b.Chats == nil) {
tl_contacts_blocked_gen.go#L353: b.Chats = from.GetChats()
tl_contacts_blocked_gen.go#L421: buf.PutVectorHeader(len(b.Chats))
tl_contacts_blocked_gen.go#L422: for idx, v := range b.Chats {
tl_contacts_blocked_gen.go#L489: b.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_blocked_gen.go#L496: b.Chats = append(b.Chats, value)
tl_contacts_blocked_gen.go#L540: return b.Chats
tl_contacts_blocked_gen.go#L553: 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. |