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

12 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_slices_gen.go#L237: func (s PageBlockClassArray) AsPageBlockList() (to PageBlockListArray) {
		tl_page_block_slices_gen.go#L1209: type PageBlockListArray []PageBlockList
		tl_page_block_slices_gen.go#L1212: func (s PageBlockListArray) Sort(less func(a, b PageBlockList) bool) PageBlockListArray {
		tl_page_block_slices_gen.go#L1220: func (s PageBlockListArray) SortStable(less func(a, b PageBlockList) bool) PageBlockListArray {
		tl_page_block_slices_gen.go#L1228: func (s PageBlockListArray) Retain(keep func(x PageBlockList) bool) PageBlockListArray {
		tl_page_block_slices_gen.go#L1242: func (s PageBlockListArray) First() (v PageBlockList, ok bool) {
		tl_page_block_slices_gen.go#L1250: func (s PageBlockListArray) Last() (v PageBlockList, ok bool) {
		tl_page_block_slices_gen.go#L1258: func (s *PageBlockListArray) PopFirst() (v PageBlockList, ok bool) {
		tl_page_block_slices_gen.go#L1277: func (s *PageBlockListArray) Pop() (v PageBlockList, ok bool) {