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

12 uses

	github.com/gotd/td/tg (current package)
		tl_page_list_item_slices_gen.go#L133: func (s PageListItemClassArray) AsPageListItemBlocks() (to PageListItemBlocksArray) {
		tl_page_list_item_slices_gen.go#L228: type PageListItemBlocksArray []PageListItemBlocks
		tl_page_list_item_slices_gen.go#L231: func (s PageListItemBlocksArray) Sort(less func(a, b PageListItemBlocks) bool) PageListItemBlocksArray {
		tl_page_list_item_slices_gen.go#L239: func (s PageListItemBlocksArray) SortStable(less func(a, b PageListItemBlocks) bool) PageListItemBlocksArray {
		tl_page_list_item_slices_gen.go#L247: func (s PageListItemBlocksArray) Retain(keep func(x PageListItemBlocks) bool) PageListItemBlocksArray {
		tl_page_list_item_slices_gen.go#L261: func (s PageListItemBlocksArray) First() (v PageListItemBlocks, ok bool) {
		tl_page_list_item_slices_gen.go#L269: func (s PageListItemBlocksArray) Last() (v PageListItemBlocks, ok bool) {
		tl_page_list_item_slices_gen.go#L277: func (s *PageListItemBlocksArray) PopFirst() (v PageListItemBlocks, ok bool) {
		tl_page_list_item_slices_gen.go#L296: func (s *PageListItemBlocksArray) Pop() (v PageListItemBlocks, ok bool) {