type github.com/gotd/td/tg.PhotoCachedSizeArray
12 uses
github.com/gotd/td/tg (current package)
tl_photo_size_slices_gen.go#L146: func (s PhotoSizeClassArray) AsPhotoCachedSize() (to PhotoCachedSizeArray) {
tl_photo_size_slices_gen.go#L417: type PhotoCachedSizeArray []PhotoCachedSize
tl_photo_size_slices_gen.go#L420: func (s PhotoCachedSizeArray) Sort(less func(a, b PhotoCachedSize) bool) PhotoCachedSizeArray {
tl_photo_size_slices_gen.go#L428: func (s PhotoCachedSizeArray) SortStable(less func(a, b PhotoCachedSize) bool) PhotoCachedSizeArray {
tl_photo_size_slices_gen.go#L436: func (s PhotoCachedSizeArray) Retain(keep func(x PhotoCachedSize) bool) PhotoCachedSizeArray {
tl_photo_size_slices_gen.go#L450: func (s PhotoCachedSizeArray) First() (v PhotoCachedSize, ok bool) {
tl_photo_size_slices_gen.go#L458: func (s PhotoCachedSizeArray) Last() (v PhotoCachedSize, ok bool) {
tl_photo_size_slices_gen.go#L466: func (s *PhotoCachedSizeArray) PopFirst() (v PhotoCachedSize, ok bool) {
tl_photo_size_slices_gen.go#L485: func (s *PhotoCachedSizeArray) Pop() (v PhotoCachedSize, 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. |