type github.com/gotd/td/tg.PageBlockTitleArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L120: func (s PageBlockClassArray) AsPageBlockTitle() (to PageBlockTitleArray) {
tl_page_block_slices_gen.go#L471: type PageBlockTitleArray []PageBlockTitle
tl_page_block_slices_gen.go#L474: func (s PageBlockTitleArray) Sort(less func(a, b PageBlockTitle) bool) PageBlockTitleArray {
tl_page_block_slices_gen.go#L482: func (s PageBlockTitleArray) SortStable(less func(a, b PageBlockTitle) bool) PageBlockTitleArray {
tl_page_block_slices_gen.go#L490: func (s PageBlockTitleArray) Retain(keep func(x PageBlockTitle) bool) PageBlockTitleArray {
tl_page_block_slices_gen.go#L504: func (s PageBlockTitleArray) First() (v PageBlockTitle, ok bool) {
tl_page_block_slices_gen.go#L512: func (s PageBlockTitleArray) Last() (v PageBlockTitle, ok bool) {
tl_page_block_slices_gen.go#L520: func (s *PageBlockTitleArray) PopFirst() (v PageBlockTitle, ok bool) {
tl_page_block_slices_gen.go#L539: func (s *PageBlockTitleArray) Pop() (v PageBlockTitle, 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. |