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#L5053: type UpdateChannelWebPageArray []UpdateChannelWebPage
		tl_update_slices_gen.go#L5056: func (s UpdateChannelWebPageArray) Sort(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5064: func (s UpdateChannelWebPageArray) SortStable(less func(a, b UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5072: func (s UpdateChannelWebPageArray) Retain(keep func(x UpdateChannelWebPage) bool) UpdateChannelWebPageArray {
		tl_update_slices_gen.go#L5086: func (s UpdateChannelWebPageArray) First() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5094: func (s UpdateChannelWebPageArray) Last() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5102: func (s *UpdateChannelWebPageArray) PopFirst() (v UpdateChannelWebPage, ok bool) {
		tl_update_slices_gen.go#L5121: func (s *UpdateChannelWebPageArray) Pop() (v UpdateChannelWebPage, ok bool) {