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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1160: func (s UpdateClassArray) AsUpdateChannelParticipant() (to UpdateChannelParticipantArray) {
		tl_update_slices_gen.go#L8239: type UpdateChannelParticipantArray []UpdateChannelParticipant
		tl_update_slices_gen.go#L8242: func (s UpdateChannelParticipantArray) Sort(less func(a, b UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
		tl_update_slices_gen.go#L8250: func (s UpdateChannelParticipantArray) SortStable(less func(a, b UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
		tl_update_slices_gen.go#L8258: func (s UpdateChannelParticipantArray) Retain(keep func(x UpdateChannelParticipant) bool) UpdateChannelParticipantArray {
		tl_update_slices_gen.go#L8272: func (s UpdateChannelParticipantArray) First() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8280: func (s UpdateChannelParticipantArray) Last() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8288: func (s *UpdateChannelParticipantArray) PopFirst() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8307: func (s *UpdateChannelParticipantArray) Pop() (v UpdateChannelParticipant, ok bool) {
		tl_update_slices_gen.go#L8321: func (s UpdateChannelParticipantArray) SortByDate() UpdateChannelParticipantArray {
		tl_update_slices_gen.go#L8328: func (s UpdateChannelParticipantArray) SortStableByDate() UpdateChannelParticipantArray {