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#L4069: type UpdateChatParticipantAdminArray []UpdateChatParticipantAdmin
		tl_update_slices_gen.go#L4072: func (s UpdateChatParticipantAdminArray) Sort(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4080: func (s UpdateChatParticipantAdminArray) SortStable(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4088: func (s UpdateChatParticipantAdminArray) Retain(keep func(x UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
		tl_update_slices_gen.go#L4102: func (s UpdateChatParticipantAdminArray) First() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4110: func (s UpdateChatParticipantAdminArray) Last() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4118: func (s *UpdateChatParticipantAdminArray) PopFirst() (v UpdateChatParticipantAdmin, ok bool) {
		tl_update_slices_gen.go#L4137: func (s *UpdateChatParticipantAdminArray) Pop() (v UpdateChatParticipantAdmin, ok bool) {