type github.com/gotd/td/tg.PageBlockAuthorDateArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L146: func (s PageBlockClassArray) AsPageBlockAuthorDate() (to PageBlockAuthorDateArray) {
tl_page_block_slices_gen.go#L635: type PageBlockAuthorDateArray []PageBlockAuthorDate
tl_page_block_slices_gen.go#L638: func (s PageBlockAuthorDateArray) Sort(less func(a, b PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
tl_page_block_slices_gen.go#L646: func (s PageBlockAuthorDateArray) SortStable(less func(a, b PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
tl_page_block_slices_gen.go#L654: func (s PageBlockAuthorDateArray) Retain(keep func(x PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
tl_page_block_slices_gen.go#L668: func (s PageBlockAuthorDateArray) First() (v PageBlockAuthorDate, ok bool) {
tl_page_block_slices_gen.go#L676: func (s PageBlockAuthorDateArray) Last() (v PageBlockAuthorDate, ok bool) {
tl_page_block_slices_gen.go#L684: func (s *PageBlockAuthorDateArray) PopFirst() (v PageBlockAuthorDate, ok bool) {
tl_page_block_slices_gen.go#L703: func (s *PageBlockAuthorDateArray) Pop() (v PageBlockAuthorDate, 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. |