type github.com/gotd/td/tg.PageBlockSubheaderArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L172: func (s PageBlockClassArray) AsPageBlockSubheader() (to PageBlockSubheaderArray) {
tl_page_block_slices_gen.go#L929: type PageBlockSubheaderArray []PageBlockSubheader
tl_page_block_slices_gen.go#L932: func (s PageBlockSubheaderArray) Sort(less func(a, b PageBlockSubheader) bool) PageBlockSubheaderArray {
tl_page_block_slices_gen.go#L940: func (s PageBlockSubheaderArray) SortStable(less func(a, b PageBlockSubheader) bool) PageBlockSubheaderArray {
tl_page_block_slices_gen.go#L948: func (s PageBlockSubheaderArray) Retain(keep func(x PageBlockSubheader) bool) PageBlockSubheaderArray {
tl_page_block_slices_gen.go#L962: func (s PageBlockSubheaderArray) First() (v PageBlockSubheader, ok bool) {
tl_page_block_slices_gen.go#L970: func (s PageBlockSubheaderArray) Last() (v PageBlockSubheader, ok bool) {
tl_page_block_slices_gen.go#L978: func (s *PageBlockSubheaderArray) PopFirst() (v PageBlockSubheader, ok bool) {
tl_page_block_slices_gen.go#L997: func (s *PageBlockSubheaderArray) Pop() (v PageBlockSubheader, 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. |