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

10 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_rule_gen.go#L764: 	Chats []int64
		tl_input_privacy_rule_gen.go#L787: 	if !(i.Chats == nil) {
		tl_input_privacy_rule_gen.go#L807: 	i.Chats = from.GetChats()
		tl_input_privacy_rule_gen.go#L855: 	b.PutVectorHeader(len(i.Chats))
		tl_input_privacy_rule_gen.go#L856: 	for _, v := range i.Chats {
		tl_input_privacy_rule_gen.go#L885: 			i.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_input_privacy_rule_gen.go#L892: 			i.Chats = append(i.Chats, value)
		tl_input_privacy_rule_gen.go#L903: 	return i.Chats
		tl_privacy_rule_gen.go#L1186: 	value.Chats = p.GetChats()