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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L666: func (s UpdateClassArray) AsUpdateChannelWebPage() (to UpdateChannelWebPageArray) {
		tl_update_slices_gen.go#L5560: type UpdateChannelWebPageArray []UpdateChannelWebPage
		tl_update_slices_gen.go#L5563: func (s UpdateChannelWebPageArray) Sort(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5571: func (s UpdateChannelWebPageArray) SortStable(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5579: func (s UpdateChannelWebPageArray) Retain(keep func(x UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5593: func (s UpdateChannelWebPageArray) First() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5601: func (s UpdateChannelWebPageArray) Last() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5609: func (s *UpdateChannelWebPageArray) PopFirst() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5628: func (s *UpdateChannelWebPageArray) Pop() (v UpdateChannelWebPage, ok bool) {