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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1147: func (s UpdateClassArray) AsUpdateChatParticipant() (to UpdateChatParticipantArray) {
		tl_update_slices_gen.go#L8143: type UpdateChatParticipantArray []UpdateChatParticipant
		tl_update_slices_gen.go#L8146: func (s UpdateChatParticipantArray) Sort(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
		tl_update_slices_gen.go#L8154: func (s UpdateChatParticipantArray) SortStable(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
		tl_update_slices_gen.go#L8162: func (s UpdateChatParticipantArray) Retain(keep func(x UpdateChatParticipant) bool) UpdateChatParticipantArray {
		tl_update_slices_gen.go#L8176: func (s UpdateChatParticipantArray) First() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8184: func (s UpdateChatParticipantArray) Last() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8192: func (s *UpdateChatParticipantArray) PopFirst() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8211: func (s *UpdateChatParticipantArray) Pop() (v UpdateChatParticipant, ok bool) {
		tl_update_slices_gen.go#L8225: func (s UpdateChatParticipantArray) SortByDate() UpdateChatParticipantArray {
		tl_update_slices_gen.go#L8232: func (s UpdateChatParticipantArray) SortStableByDate() UpdateChatParticipantArray {