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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |