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#L1949: type UpdateChatParticipantsArray []UpdateChatParticipants
		tl_update_slices_gen.go#L1952: func (s UpdateChatParticipantsArray) Sort(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
		tl_update_slices_gen.go#L1960: func (s UpdateChatParticipantsArray) SortStable(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
		tl_update_slices_gen.go#L1968: func (s UpdateChatParticipantsArray) Retain(keep func(x UpdateChatParticipants) bool) UpdateChatParticipantsArray {
		tl_update_slices_gen.go#L1982: func (s UpdateChatParticipantsArray) First() (v UpdateChatParticipants, ok bool) {
		tl_update_slices_gen.go#L1990: func (s UpdateChatParticipantsArray) Last() (v UpdateChatParticipants, ok bool) {
		tl_update_slices_gen.go#L1998: func (s *UpdateChatParticipantsArray) PopFirst() (v UpdateChatParticipants, ok bool) {
		tl_update_slices_gen.go#L2017: func (s *UpdateChatParticipantsArray) Pop() (v UpdateChatParticipants, ok bool) {