type github.com/gotd/td/tg.PrivacyValueDisallowChatParticipantsArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_privacy_rule_slices_gen.go#L159: func (s PrivacyRuleClassArray) AsPrivacyValueDisallowChatParticipants() (to PrivacyValueDisallowChatParticipantsArray) {
		tl_privacy_rule_slices_gen.go#L418: type PrivacyValueDisallowChatParticipantsArray []PrivacyValueDisallowChatParticipants
		tl_privacy_rule_slices_gen.go#L421: func (s PrivacyValueDisallowChatParticipantsArray) Sort(less func(a, b PrivacyValueDisallowChatParticipants) bool) PrivacyValueDisallowChatParticipantsArray {
		tl_privacy_rule_slices_gen.go#L429: func (s PrivacyValueDisallowChatParticipantsArray) SortStable(less func(a, b PrivacyValueDisallowChatParticipants) bool) PrivacyValueDisallowChatParticipantsArray {
		tl_privacy_rule_slices_gen.go#L437: func (s PrivacyValueDisallowChatParticipantsArray) Retain(keep func(x PrivacyValueDisallowChatParticipants) bool) PrivacyValueDisallowChatParticipantsArray {
		tl_privacy_rule_slices_gen.go#L451: func (s PrivacyValueDisallowChatParticipantsArray) First() (v PrivacyValueDisallowChatParticipants, ok bool) {
		tl_privacy_rule_slices_gen.go#L459: func (s PrivacyValueDisallowChatParticipantsArray) Last() (v PrivacyValueDisallowChatParticipants, ok bool) {
		tl_privacy_rule_slices_gen.go#L467: func (s *PrivacyValueDisallowChatParticipantsArray) PopFirst() (v PrivacyValueDisallowChatParticipants, ok bool) {
		tl_privacy_rule_slices_gen.go#L486: func (s *PrivacyValueDisallowChatParticipantsArray) Pop() (v PrivacyValueDisallowChatParticipants, ok bool) {