github.com/gotd/td/tg.AccountBusinessChatLinks.Links (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_business_chat_links_gen.go#L43: Links []BusinessChatLink
tl_account_business_chat_links_gen.go#L65: if !(b.Links == nil) {
tl_account_business_chat_links_gen.go#L93: b.Links = from.GetLinks()
tl_account_business_chat_links_gen.go#L151: buf.PutVectorHeader(len(b.Links))
tl_account_business_chat_links_gen.go#L152: for idx, v := range b.Links {
tl_account_business_chat_links_gen.go#L201: b.Links = make([]BusinessChatLink, 0, headerLen%bin.PreallocateLimit)
tl_account_business_chat_links_gen.go#L208: b.Links = append(b.Links, value)
tl_account_business_chat_links_gen.go#L253: return b.Links
![]() |
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. |