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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L432: func (s UpdateClassArray) AsUpdateChannelTooLong() (to UpdateChannelTooLongArray) {
		tl_update_slices_gen.go#L3549: type UpdateChannelTooLongArray []UpdateChannelTooLong
		tl_update_slices_gen.go#L3552: func (s UpdateChannelTooLongArray) Sort(less func(a, b UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
		tl_update_slices_gen.go#L3560: func (s UpdateChannelTooLongArray) SortStable(less func(a, b UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
		tl_update_slices_gen.go#L3568: func (s UpdateChannelTooLongArray) Retain(keep func(x UpdateChannelTooLong) bool) UpdateChannelTooLongArray {
		tl_update_slices_gen.go#L3582: func (s UpdateChannelTooLongArray) First() (v UpdateChannelTooLong, ok bool) {
		tl_update_slices_gen.go#L3590: func (s UpdateChannelTooLongArray) Last() (v UpdateChannelTooLong, ok bool) {
		tl_update_slices_gen.go#L3598: func (s *UpdateChannelTooLongArray) PopFirst() (v UpdateChannelTooLong, ok bool) {
		tl_update_slices_gen.go#L3617: func (s *UpdateChannelTooLongArray) Pop() (v UpdateChannelTooLong, ok bool) {