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#L1503: type PageBlockPullquoteArray []PageBlockPullquote
tl_page_block_slices_gen.go#L1506: func (s PageBlockPullquoteArray) Sort(less func(a, b PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1514: func (s PageBlockPullquoteArray) SortStable(less func(a, b PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1522: func (s PageBlockPullquoteArray) Retain(keep func(x PageBlockPullquote) bool) PageBlockPullquoteArray {
tl_page_block_slices_gen.go#L1536: func (s PageBlockPullquoteArray) First() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1544: func (s PageBlockPullquoteArray) Last() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1552: func (s *PageBlockPullquoteArray) PopFirst() (v PageBlockPullquote, ok bool) {
tl_page_block_slices_gen.go#L1571: func (s *PageBlockPullquoteArray) Pop() (v PageBlockPullquote, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |