type github.com/gotd/td/tg.PageBlockPullquoteArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L263: func (s PageBlockClassArray) AsPageBlockPullquote() (to PageBlockPullquoteArray) {
tl_page_block_slices_gen.go#L1373: type PageBlockPullquoteArray []PageBlockPullquote
tl_page_block_slices_gen.go#L1376: func (s PageBlockPullquoteArray) Sort(less func(a, b PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1384: func (s PageBlockPullquoteArray) SortStable(less func(a, b PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1392: func (s PageBlockPullquoteArray) Retain(keep func(x PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1406: func (s PageBlockPullquoteArray) First() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1414: func (s PageBlockPullquoteArray) Last() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1422: func (s *PageBlockPullquoteArray) PopFirst() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1441: func (s *PageBlockPullquoteArray) Pop() (v PageBlockPullquote, 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. |