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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_privacy_rule_slices_gen.go#L146: func (s InputPrivacyRuleClassArray) AsInputPrivacyValueAllowChatParticipants() (to InputPrivacyValueAllowChatParticipantsArray) {
		tl_input_privacy_rule_slices_gen.go#L336: type InputPrivacyValueAllowChatParticipantsArray []InputPrivacyValueAllowChatParticipants
		tl_input_privacy_rule_slices_gen.go#L339: func (s InputPrivacyValueAllowChatParticipantsArray) Sort(less func(a, b InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
		tl_input_privacy_rule_slices_gen.go#L347: func (s InputPrivacyValueAllowChatParticipantsArray) SortStable(less func(a, b InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
		tl_input_privacy_rule_slices_gen.go#L355: func (s InputPrivacyValueAllowChatParticipantsArray) Retain(keep func(x InputPrivacyValueAllowChatParticipants) bool) InputPrivacyValueAllowChatParticipantsArray {
		tl_input_privacy_rule_slices_gen.go#L369: func (s InputPrivacyValueAllowChatParticipantsArray) First() (v InputPrivacyValueAllowChatParticipants, ok bool) {
		tl_input_privacy_rule_slices_gen.go#L377: func (s InputPrivacyValueAllowChatParticipantsArray) Last() (v InputPrivacyValueAllowChatParticipants, ok bool) {
		tl_input_privacy_rule_slices_gen.go#L385: func (s *InputPrivacyValueAllowChatParticipantsArray) PopFirst() (v InputPrivacyValueAllowChatParticipants, ok bool) {
		tl_input_privacy_rule_slices_gen.go#L404: func (s *InputPrivacyValueAllowChatParticipantsArray) Pop() (v InputPrivacyValueAllowChatParticipants, ok bool) {