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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1108: func (s UpdateClassArray) AsUpdateGroupCallParticipants() (to UpdateGroupCallParticipantsArray) {
		tl_update_slices_gen.go#L7897: type UpdateGroupCallParticipantsArray []UpdateGroupCallParticipants
		tl_update_slices_gen.go#L7900: func (s UpdateGroupCallParticipantsArray) Sort(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
		tl_update_slices_gen.go#L7908: func (s UpdateGroupCallParticipantsArray) SortStable(less func(a, b UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
		tl_update_slices_gen.go#L7916: func (s UpdateGroupCallParticipantsArray) Retain(keep func(x UpdateGroupCallParticipants) bool) UpdateGroupCallParticipantsArray {
		tl_update_slices_gen.go#L7930: func (s UpdateGroupCallParticipantsArray) First() (v UpdateGroupCallParticipants, ok bool) {
		tl_update_slices_gen.go#L7938: func (s UpdateGroupCallParticipantsArray) Last() (v UpdateGroupCallParticipants, ok bool) {
		tl_update_slices_gen.go#L7946: func (s *UpdateGroupCallParticipantsArray) PopFirst() (v UpdateGroupCallParticipants, ok bool) {
		tl_update_slices_gen.go#L7965: func (s *UpdateGroupCallParticipantsArray) Pop() (v UpdateGroupCallParticipants, ok bool) {