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

12 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participants_slices_gen.go#L133: func (s ChatParticipantsClassArray) AsChatParticipants() (to ChatParticipantsArray) {
		tl_chat_participants_slices_gen.go#L283: type ChatParticipantsArray []ChatParticipants
		tl_chat_participants_slices_gen.go#L286: func (s ChatParticipantsArray) Sort(less func(a, b ChatParticipants) bool) ChatParticipantsArray {
		tl_chat_participants_slices_gen.go#L294: func (s ChatParticipantsArray) SortStable(less func(a, b ChatParticipants) bool) ChatParticipantsArray {
		tl_chat_participants_slices_gen.go#L302: func (s ChatParticipantsArray) Retain(keep func(x ChatParticipants) bool) ChatParticipantsArray {
		tl_chat_participants_slices_gen.go#L316: func (s ChatParticipantsArray) First() (v ChatParticipants, ok bool) {
		tl_chat_participants_slices_gen.go#L324: func (s ChatParticipantsArray) Last() (v ChatParticipants, ok bool) {
		tl_chat_participants_slices_gen.go#L332: func (s *ChatParticipantsArray) PopFirst() (v ChatParticipants, ok bool) {
		tl_chat_participants_slices_gen.go#L351: func (s *ChatParticipantsArray) Pop() (v ChatParticipants, ok bool) {