type github.com/gotd/td/tg.InputPageBlockMapArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L575: func (s PageBlockClassArray) AsInputPageBlockMap() (to InputPageBlockMapArray) {
tl_page_block_slices_gen.go#L3485: type InputPageBlockMapArray []InputPageBlockMap
tl_page_block_slices_gen.go#L3488: func (s InputPageBlockMapArray) Sort(less func(a, b InputPageBlockMap) bool) InputPageBlockMapArray {
tl_page_block_slices_gen.go#L3496: func (s InputPageBlockMapArray) SortStable(less func(a, b InputPageBlockMap) bool) InputPageBlockMapArray {
tl_page_block_slices_gen.go#L3504: func (s InputPageBlockMapArray) Retain(keep func(x InputPageBlockMap) bool) InputPageBlockMapArray {
tl_page_block_slices_gen.go#L3518: func (s InputPageBlockMapArray) First() (v InputPageBlockMap, ok bool) {
tl_page_block_slices_gen.go#L3526: func (s InputPageBlockMapArray) Last() (v InputPageBlockMap, ok bool) {
tl_page_block_slices_gen.go#L3534: func (s *InputPageBlockMapArray) PopFirst() (v InputPageBlockMap, ok bool) {
tl_page_block_slices_gen.go#L3553: func (s *InputPageBlockMapArray) Pop() (v InputPageBlockMap, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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. |