type github.com/gotd/td/tg.PageBlockChannelArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L367: func (s PageBlockClassArray) AsPageBlockChannel() (to PageBlockChannelArray) {
tl_page_block_slices_gen.go#L2043: type PageBlockChannelArray []PageBlockChannel
tl_page_block_slices_gen.go#L2046: func (s PageBlockChannelArray) Sort(less func(a, b PageBlockChannel) bool) PageBlockChannelArray {
tl_page_block_slices_gen.go#L2054: func (s PageBlockChannelArray) SortStable(less func(a, b PageBlockChannel) bool) PageBlockChannelArray {
tl_page_block_slices_gen.go#L2062: func (s PageBlockChannelArray) Retain(keep func(x PageBlockChannel) bool) PageBlockChannelArray {
tl_page_block_slices_gen.go#L2076: func (s PageBlockChannelArray) First() (v PageBlockChannel, ok bool) {
tl_page_block_slices_gen.go#L2084: func (s PageBlockChannelArray) Last() (v PageBlockChannel, ok bool) {
tl_page_block_slices_gen.go#L2092: func (s *PageBlockChannelArray) PopFirst() (v PageBlockChannel, ok bool) {
tl_page_block_slices_gen.go#L2111: func (s *PageBlockChannelArray) Pop() (v PageBlockChannel, 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. |