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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L445: func (s UpdateClassArray) AsUpdateChannel() (to UpdateChannelArray) {
		tl_update_slices_gen.go#L3631: type UpdateChannelArray []UpdateChannel
		tl_update_slices_gen.go#L3634: func (s UpdateChannelArray) Sort(less func(a, b UpdateChannel) bool) UpdateChannelArray {
		tl_update_slices_gen.go#L3642: func (s UpdateChannelArray) SortStable(less func(a, b UpdateChannel) bool) UpdateChannelArray {
		tl_update_slices_gen.go#L3650: func (s UpdateChannelArray) Retain(keep func(x UpdateChannel) bool) UpdateChannelArray {
		tl_update_slices_gen.go#L3664: func (s UpdateChannelArray) First() (v UpdateChannel, ok bool) {
		tl_update_slices_gen.go#L3672: func (s UpdateChannelArray) Last() (v UpdateChannel, ok bool) {
		tl_update_slices_gen.go#L3680: func (s *UpdateChannelArray) PopFirst() (v UpdateChannel, ok bool) {
		tl_update_slices_gen.go#L3699: func (s *UpdateChannelArray) Pop() (v UpdateChannel, ok bool) {