type github.com/gotd/td/tg.PageBlockEmbedArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L315: func (s PageBlockClassArray) AsPageBlockEmbed() (to PageBlockEmbedArray) {
tl_page_block_slices_gen.go#L1701: type PageBlockEmbedArray []PageBlockEmbed
tl_page_block_slices_gen.go#L1704: func (s PageBlockEmbedArray) Sort(less func(a, b PageBlockEmbed) bool) PageBlockEmbedArray {
tl_page_block_slices_gen.go#L1712: func (s PageBlockEmbedArray) SortStable(less func(a, b PageBlockEmbed) bool) PageBlockEmbedArray {
tl_page_block_slices_gen.go#L1720: func (s PageBlockEmbedArray) Retain(keep func(x PageBlockEmbed) bool) PageBlockEmbedArray {
tl_page_block_slices_gen.go#L1734: func (s PageBlockEmbedArray) First() (v PageBlockEmbed, ok bool) {
tl_page_block_slices_gen.go#L1742: func (s PageBlockEmbedArray) Last() (v PageBlockEmbed, ok bool) {
tl_page_block_slices_gen.go#L1750: func (s *PageBlockEmbedArray) PopFirst() (v PageBlockEmbed, ok bool) {
tl_page_block_slices_gen.go#L1769: func (s *PageBlockEmbedArray) Pop() (v PageBlockEmbed, 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. |