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) {
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. |