type github.com/gotd/td/tg.PageBlockParagraphArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L185: func (s PageBlockClassArray) AsPageBlockParagraph() (to PageBlockParagraphArray) {
tl_page_block_slices_gen.go#L881: type PageBlockParagraphArray []PageBlockParagraph
tl_page_block_slices_gen.go#L884: func (s PageBlockParagraphArray) Sort(less func(a, b PageBlockParagraph) bool) PageBlockParagraphArray {
tl_page_block_slices_gen.go#L892: func (s PageBlockParagraphArray) SortStable(less func(a, b PageBlockParagraph) bool) PageBlockParagraphArray {
tl_page_block_slices_gen.go#L900: func (s PageBlockParagraphArray) Retain(keep func(x PageBlockParagraph) bool) PageBlockParagraphArray {
tl_page_block_slices_gen.go#L914: func (s PageBlockParagraphArray) First() (v PageBlockParagraph, ok bool) {
tl_page_block_slices_gen.go#L922: func (s PageBlockParagraphArray) Last() (v PageBlockParagraph, ok bool) {
tl_page_block_slices_gen.go#L930: func (s *PageBlockParagraphArray) PopFirst() (v PageBlockParagraph, ok bool) {
tl_page_block_slices_gen.go#L949: func (s *PageBlockParagraphArray) Pop() (v PageBlockParagraph, 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. |