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#L3236: type UpdateChatParticipantDeleteArray []UpdateChatParticipantDelete
		tl_update_slices_gen.go#L3239: func (s UpdateChatParticipantDeleteArray) Sort(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L3247: func (s UpdateChatParticipantDeleteArray) SortStable(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L3255: func (s UpdateChatParticipantDeleteArray) Retain(keep func(x UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
		tl_update_slices_gen.go#L3269: func (s UpdateChatParticipantDeleteArray) First() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L3277: func (s UpdateChatParticipantDeleteArray) Last() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L3285: func (s *UpdateChatParticipantDeleteArray) PopFirst() (v UpdateChatParticipantDelete, ok bool) {
		tl_update_slices_gen.go#L3304: func (s *UpdateChatParticipantDeleteArray) Pop() (v UpdateChatParticipantDelete, ok bool) {