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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L510: func (s UpdateClassArray) AsUpdateChatParticipantAdmin() (to UpdateChatParticipantAdminArray) {
		tl_update_slices_gen.go#L4524: type UpdateChatParticipantAdminArray []UpdateChatParticipantAdmin
		tl_update_slices_gen.go#L4527: func (s UpdateChatParticipantAdminArray) Sort(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4535: func (s UpdateChatParticipantAdminArray) SortStable(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4543: func (s UpdateChatParticipantAdminArray) Retain(keep func(x UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4557: func (s UpdateChatParticipantAdminArray) First() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4565: func (s UpdateChatParticipantAdminArray) Last() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4573: func (s *UpdateChatParticipantAdminArray) PopFirst() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4592: func (s *UpdateChatParticipantAdminArray) Pop() (v UpdateChatParticipantAdmin, ok bool) {