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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L406: func (s UpdateClassArray) AsUpdateWebPage() (to UpdateWebPageArray) {
		tl_update_slices_gen.go#L3385: type UpdateWebPageArray []UpdateWebPage
		tl_update_slices_gen.go#L3388: func (s UpdateWebPageArray) Sort(less func(a, b UpdateWebPage) bool) UpdateWebPageArray {
		tl_update_slices_gen.go#L3396: func (s UpdateWebPageArray) SortStable(less func(a, b UpdateWebPage) bool) UpdateWebPageArray {
		tl_update_slices_gen.go#L3404: func (s UpdateWebPageArray) Retain(keep func(x UpdateWebPage) bool) UpdateWebPageArray {
		tl_update_slices_gen.go#L3418: func (s UpdateWebPageArray) First() (v UpdateWebPage, ok bool) {
		tl_update_slices_gen.go#L3426: func (s UpdateWebPageArray) Last() (v UpdateWebPage, ok bool) {
		tl_update_slices_gen.go#L3434: func (s *UpdateWebPageArray) PopFirst() (v UpdateWebPage, ok bool) {
		tl_update_slices_gen.go#L3453: func (s *UpdateWebPageArray) Pop() (v UpdateWebPage, ok bool) {