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