type github.com/gotd/td/tg.PageBlockCoverArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L302: func (s PageBlockClassArray) AsPageBlockCover() (to PageBlockCoverArray) {
tl_page_block_slices_gen.go#L1619: type PageBlockCoverArray []PageBlockCover
tl_page_block_slices_gen.go#L1622: func (s PageBlockCoverArray) Sort(less func(a, b PageBlockCover) bool) PageBlockCoverArray {
tl_page_block_slices_gen.go#L1630: func (s PageBlockCoverArray) SortStable(less func(a, b PageBlockCover) bool) PageBlockCoverArray {
tl_page_block_slices_gen.go#L1638: func (s PageBlockCoverArray) Retain(keep func(x PageBlockCover) bool) PageBlockCoverArray {
tl_page_block_slices_gen.go#L1652: func (s PageBlockCoverArray) First() (v PageBlockCover, ok bool) {
tl_page_block_slices_gen.go#L1660: func (s PageBlockCoverArray) Last() (v PageBlockCover, ok bool) {
tl_page_block_slices_gen.go#L1668: func (s *PageBlockCoverArray) PopFirst() (v PageBlockCover, ok bool) {
tl_page_block_slices_gen.go#L1687: func (s *PageBlockCoverArray) Pop() (v PageBlockCover, 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. |