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

12 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_slices_gen.go#L198: func (s PageBlockClassArray) AsPageBlockPreformatted() (to PageBlockPreformattedArray) {
		tl_page_block_slices_gen.go#L963: type PageBlockPreformattedArray []PageBlockPreformatted
		tl_page_block_slices_gen.go#L966: func (s PageBlockPreformattedArray) Sort(less func(a, b PageBlockPreformatted) bool) PageBlockPreformattedArray {
		tl_page_block_slices_gen.go#L974: func (s PageBlockPreformattedArray) SortStable(less func(a, b PageBlockPreformatted) bool) PageBlockPreformattedArray {
		tl_page_block_slices_gen.go#L982: func (s PageBlockPreformattedArray) Retain(keep func(x PageBlockPreformatted) bool) PageBlockPreformattedArray {
		tl_page_block_slices_gen.go#L996: func (s PageBlockPreformattedArray) First() (v PageBlockPreformatted, ok bool) {
		tl_page_block_slices_gen.go#L1004: func (s PageBlockPreformattedArray) Last() (v PageBlockPreformatted, ok bool) {
		tl_page_block_slices_gen.go#L1012: func (s *PageBlockPreformattedArray) PopFirst() (v PageBlockPreformatted, ok bool) {
		tl_page_block_slices_gen.go#L1031: func (s *PageBlockPreformattedArray) Pop() (v PageBlockPreformatted, ok bool) {