type github.com/gotd/td/tg.PhotoSizeArray
12 uses
github.com/gotd/td/tg (current package)
tl_photo_size_slices_gen.go#L133: func (s PhotoSizeClassArray) AsPhotoSize() (to PhotoSizeArray) {
tl_photo_size_slices_gen.go#L335: type PhotoSizeArray []PhotoSize
tl_photo_size_slices_gen.go#L338: func (s PhotoSizeArray) Sort(less func(a, b PhotoSize) bool) PhotoSizeArray {
tl_photo_size_slices_gen.go#L346: func (s PhotoSizeArray) SortStable(less func(a, b PhotoSize) bool) PhotoSizeArray {
tl_photo_size_slices_gen.go#L354: func (s PhotoSizeArray) Retain(keep func(x PhotoSize) bool) PhotoSizeArray {
tl_photo_size_slices_gen.go#L368: func (s PhotoSizeArray) First() (v PhotoSize, ok bool) {
tl_photo_size_slices_gen.go#L376: func (s PhotoSizeArray) Last() (v PhotoSize, ok bool) {
tl_photo_size_slices_gen.go#L384: func (s *PhotoSizeArray) PopFirst() (v PhotoSize, ok bool) {
tl_photo_size_slices_gen.go#L403: func (s *PhotoSizeArray) Pop() (v PhotoSize, 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. |