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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L302: func (s UpdateClassArray) AsUpdateChatParticipantDelete() (to UpdateChatParticipantDeleteArray) {
		tl_update_slices_gen.go#L2729: type UpdateChatParticipantDeleteArray []UpdateChatParticipantDelete
		tl_update_slices_gen.go#L2732: func (s UpdateChatParticipantDeleteArray) Sort(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L2740: func (s UpdateChatParticipantDeleteArray) SortStable(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L2748: func (s UpdateChatParticipantDeleteArray) Retain(keep func(x UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L2762: func (s UpdateChatParticipantDeleteArray) First() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L2770: func (s UpdateChatParticipantDeleteArray) Last() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L2778: func (s *UpdateChatParticipantDeleteArray) PopFirst() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L2797: func (s *UpdateChatParticipantDeleteArray) Pop() (v UpdateChatParticipantDelete, ok bool) {