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

12 uses

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