type github.com/gotd/td/tg.PageBlockFooterArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L211: func (s PageBlockClassArray) AsPageBlockFooter() (to PageBlockFooterArray) {
tl_page_block_slices_gen.go#L1045: type PageBlockFooterArray []PageBlockFooter
tl_page_block_slices_gen.go#L1048: func (s PageBlockFooterArray) Sort(less func(a, b PageBlockFooter) bool) PageBlockFooterArray {
tl_page_block_slices_gen.go#L1056: func (s PageBlockFooterArray) SortStable(less func(a, b PageBlockFooter) bool) PageBlockFooterArray {
tl_page_block_slices_gen.go#L1064: func (s PageBlockFooterArray) Retain(keep func(x PageBlockFooter) bool) PageBlockFooterArray {
tl_page_block_slices_gen.go#L1078: func (s PageBlockFooterArray) First() (v PageBlockFooter, ok bool) {
tl_page_block_slices_gen.go#L1086: func (s PageBlockFooterArray) Last() (v PageBlockFooter, ok bool) {
tl_page_block_slices_gen.go#L1094: func (s *PageBlockFooterArray) PopFirst() (v PageBlockFooter, ok bool) {
tl_page_block_slices_gen.go#L1113: func (s *PageBlockFooterArray) Pop() (v PageBlockFooter, 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. |