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

12 uses

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