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)