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

12 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_slices_gen.go#L406: func (s PageBlockClassArray) AsPageBlockTable() (to PageBlockTableArray) {
		tl_page_block_slices_gen.go#L2289: type PageBlockTableArray []PageBlockTable
		tl_page_block_slices_gen.go#L2292: func (s PageBlockTableArray) Sort(less func(a, b PageBlockTable) bool) PageBlockTableArray {
		tl_page_block_slices_gen.go#L2300: func (s PageBlockTableArray) SortStable(less func(a, b PageBlockTable) bool) PageBlockTableArray {
		tl_page_block_slices_gen.go#L2308: func (s PageBlockTableArray) Retain(keep func(x PageBlockTable) bool) PageBlockTableArray {
		tl_page_block_slices_gen.go#L2322: func (s PageBlockTableArray) First() (v PageBlockTable, ok bool) {
		tl_page_block_slices_gen.go#L2330: func (s PageBlockTableArray) Last() (v PageBlockTable, ok bool) {
		tl_page_block_slices_gen.go#L2338: func (s *PageBlockTableArray) PopFirst() (v PageBlockTable, ok bool) {
		tl_page_block_slices_gen.go#L2357: func (s *PageBlockTableArray) Pop() (v PageBlockTable, ok bool) {