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

22 uses

	github.com/gotd/td/tg (current package)
		tl_web_page_slices_gen.go#L133: func (s WebPageClassArray) AsWebPagePending() (to WebPagePendingArray) {
		tl_web_page_slices_gen.go#L355: type WebPagePendingArray []WebPagePending
		tl_web_page_slices_gen.go#L358: func (s WebPagePendingArray) Sort(less func(a, b WebPagePending) bool) WebPagePendingArray {
		tl_web_page_slices_gen.go#L366: func (s WebPagePendingArray) SortStable(less func(a, b WebPagePending) bool) WebPagePendingArray {
		tl_web_page_slices_gen.go#L374: func (s WebPagePendingArray) Retain(keep func(x WebPagePending) bool) WebPagePendingArray {
		tl_web_page_slices_gen.go#L388: func (s WebPagePendingArray) First() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L396: func (s WebPagePendingArray) Last() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L404: func (s *WebPagePendingArray) PopFirst() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L423: func (s *WebPagePendingArray) Pop() (v WebPagePending, ok bool) {
		tl_web_page_slices_gen.go#L437: func (s WebPagePendingArray) SortByID() WebPagePendingArray {
		tl_web_page_slices_gen.go#L444: func (s WebPagePendingArray) SortStableByID() WebPagePendingArray {
		tl_web_page_slices_gen.go#L451: func (s WebPagePendingArray) SortByDate() WebPagePendingArray {
		tl_web_page_slices_gen.go#L458: func (s WebPagePendingArray) SortStableByDate() WebPagePendingArray {
		tl_web_page_slices_gen.go#L465: func (s WebPagePendingArray) FillMap(to map[int64]WebPagePending) {
		tl_web_page_slices_gen.go#L472: func (s WebPagePendingArray) ToMap() map[int64]WebPagePending {