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

16 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_slices_gen.go#L120: func (s ChatParticipantClassArray) AsChatParticipant() (to ChatParticipantArray) {
		tl_chat_participant_slices_gen.go#L159: type ChatParticipantArray []ChatParticipant
		tl_chat_participant_slices_gen.go#L162: func (s ChatParticipantArray) Sort(less func(a, b ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L170: func (s ChatParticipantArray) SortStable(less func(a, b ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L178: func (s ChatParticipantArray) Retain(keep func(x ChatParticipant) bool) ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L192: func (s ChatParticipantArray) First() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L200: func (s ChatParticipantArray) Last() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L208: func (s *ChatParticipantArray) PopFirst() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L227: func (s *ChatParticipantArray) Pop() (v ChatParticipant, ok bool) {
		tl_chat_participant_slices_gen.go#L241: func (s ChatParticipantArray) SortByDate() ChatParticipantArray {
		tl_chat_participant_slices_gen.go#L248: func (s ChatParticipantArray) SortStableByDate() ChatParticipantArray {