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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L185: func (s UpdateClassArray) AsUpdateChatParticipants() (to UpdateChatParticipantsArray) {
		tl_update_slices_gen.go#L2456: type UpdateChatParticipantsArray []UpdateChatParticipants
		tl_update_slices_gen.go#L2459: func (s UpdateChatParticipantsArray) Sort(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
		tl_update_slices_gen.go#L2467: func (s UpdateChatParticipantsArray) SortStable(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
		tl_update_slices_gen.go#L2475: func (s UpdateChatParticipantsArray) Retain(keep func(x UpdateChatParticipants) bool) UpdateChatParticipantsArray {
		tl_update_slices_gen.go#L2489: func (s UpdateChatParticipantsArray) First() (v UpdateChatParticipants, ok bool) {
		tl_update_slices_gen.go#L2497: func (s UpdateChatParticipantsArray) Last() (v UpdateChatParticipants, ok bool) {
		tl_update_slices_gen.go#L2505: func (s *UpdateChatParticipantsArray) PopFirst() (v UpdateChatParticipants, ok bool) {
		tl_update_slices_gen.go#L2524: func (s *UpdateChatParticipantsArray) Pop() (v UpdateChatParticipants, ok bool) {