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

18 uses

	github.com/gotd/td/tg (current package)
		tl_web_page_slices_gen.go#L146: func (s WebPageClassArray) AsWebPage() (to WebPageArray) {
		tl_web_page_slices_gen.go#L479: type WebPageArray []WebPage
		tl_web_page_slices_gen.go#L482: func (s WebPageArray) Sort(less func(a, b WebPage) bool) WebPageArray {
		tl_web_page_slices_gen.go#L490: func (s WebPageArray) SortStable(less func(a, b WebPage) bool) WebPageArray {
		tl_web_page_slices_gen.go#L498: func (s WebPageArray) Retain(keep func(x WebPage) bool) WebPageArray {
		tl_web_page_slices_gen.go#L512: func (s WebPageArray) First() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L520: func (s WebPageArray) Last() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L528: func (s *WebPageArray) PopFirst() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L547: func (s *WebPageArray) Pop() (v WebPage, ok bool) {
		tl_web_page_slices_gen.go#L561: func (s WebPageArray) SortByID() WebPageArray {
		tl_web_page_slices_gen.go#L568: func (s WebPageArray) SortStableByID() WebPageArray {
		tl_web_page_slices_gen.go#L575: func (s WebPageArray) FillMap(to map[int64]WebPage) {
		tl_web_page_slices_gen.go#L582: func (s WebPageArray) ToMap() map[int64]WebPage {