github.com/gotd/td/tg.AccountPrivacyRules.Chats (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_account_privacy_rules_gen.go#L42: 	Chats []ChatClass
		tl_account_privacy_rules_gen.go#L65: 	if !(p.Chats == nil) {
		tl_account_privacy_rules_gen.go#L91: 	p.Chats = from.GetChats()
		tl_account_privacy_rules_gen.go#L157: 	b.PutVectorHeader(len(p.Chats))
		tl_account_privacy_rules_gen.go#L158: 	for idx, v := range p.Chats {
		tl_account_privacy_rules_gen.go#L218: 			p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_account_privacy_rules_gen.go#L225: 			p.Chats = append(p.Chats, value)
		tl_account_privacy_rules_gen.go#L261: 	return p.Chats
		tl_account_privacy_rules_gen.go#L279: 	return ChatClassArray(p.Chats)