type github.com/gotd/td/tg.PhotoPathSizeArray
12 uses
github.com/gotd/td/tg (current package)
tl_photo_size_slices_gen.go#L185: func (s PhotoSizeClassArray) AsPhotoPathSize() (to PhotoPathSizeArray) {
tl_photo_size_slices_gen.go#L663: type PhotoPathSizeArray []PhotoPathSize
tl_photo_size_slices_gen.go#L666: func (s PhotoPathSizeArray) Sort(less func(a, b PhotoPathSize) bool) PhotoPathSizeArray {
tl_photo_size_slices_gen.go#L674: func (s PhotoPathSizeArray) SortStable(less func(a, b PhotoPathSize) bool) PhotoPathSizeArray {
tl_photo_size_slices_gen.go#L682: func (s PhotoPathSizeArray) Retain(keep func(x PhotoPathSize) bool) PhotoPathSizeArray {
tl_photo_size_slices_gen.go#L696: func (s PhotoPathSizeArray) First() (v PhotoPathSize, ok bool) {
tl_photo_size_slices_gen.go#L704: func (s PhotoPathSizeArray) Last() (v PhotoPathSize, ok bool) {
tl_photo_size_slices_gen.go#L712: func (s *PhotoPathSizeArray) PopFirst() (v PhotoPathSize, ok bool) {
tl_photo_size_slices_gen.go#L731: func (s *PhotoPathSizeArray) Pop() (v PhotoPathSize, 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. |