github.com/gotd/td/tg.AccountResolvedBusinessChatLinks.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_resolved_business_chat_links_gen.go#L59: Chats []ChatClass
tl_account_resolved_business_chat_links_gen.go#L91: if !(r.Chats == nil) {
tl_account_resolved_business_chat_links_gen.go#L124: r.Chats = from.GetChats()
tl_account_resolved_business_chat_links_gen.go#L219: b.PutVectorHeader(len(r.Chats))
tl_account_resolved_business_chat_links_gen.go#L220: for idx, v := range r.Chats {
tl_account_resolved_business_chat_links_gen.go#L299: r.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_account_resolved_business_chat_links_gen.go#L306: r.Chats = append(r.Chats, value)
tl_account_resolved_business_chat_links_gen.go#L368: return r.Chats
tl_account_resolved_business_chat_links_gen.go#L389: return ChatClassArray(r.Chats)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |