type github.com/gotd/td/tg.PageBlockPhotoArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L276: func (s PageBlockClassArray) AsPageBlockPhoto() (to PageBlockPhotoArray) {
tl_page_block_slices_gen.go#L1455: type PageBlockPhotoArray []PageBlockPhoto
tl_page_block_slices_gen.go#L1458: func (s PageBlockPhotoArray) Sort(less func(a, b PageBlockPhoto) bool) PageBlockPhotoArray {
tl_page_block_slices_gen.go#L1466: func (s PageBlockPhotoArray) SortStable(less func(a, b PageBlockPhoto) bool) PageBlockPhotoArray {
tl_page_block_slices_gen.go#L1474: func (s PageBlockPhotoArray) Retain(keep func(x PageBlockPhoto) bool) PageBlockPhotoArray {
tl_page_block_slices_gen.go#L1488: func (s PageBlockPhotoArray) First() (v PageBlockPhoto, ok bool) {
tl_page_block_slices_gen.go#L1496: func (s PageBlockPhotoArray) Last() (v PageBlockPhoto, ok bool) {
tl_page_block_slices_gen.go#L1504: func (s *PageBlockPhotoArray) PopFirst() (v PageBlockPhoto, ok bool) {
tl_page_block_slices_gen.go#L1523: func (s *PageBlockPhotoArray) Pop() (v PageBlockPhoto, 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. |