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

10 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_rule_gen.go#L770: 	Chats []int64
		tl_input_privacy_rule_gen.go#L793: 	if !(i.Chats == nil) {
		tl_input_privacy_rule_gen.go#L813: 	i.Chats = from.GetChats()
		tl_input_privacy_rule_gen.go#L861: 	b.PutVectorHeader(len(i.Chats))
		tl_input_privacy_rule_gen.go#L862: 	for _, v := range i.Chats {
		tl_input_privacy_rule_gen.go#L891: 			i.Chats = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_input_privacy_rule_gen.go#L898: 			i.Chats = append(i.Chats, value)
		tl_input_privacy_rule_gen.go#L909: 	return i.Chats
		tl_privacy_rule_gen.go#L1526: 	value.Chats = p.GetChats()