type github.com/gotd/td/tg.PhotoStrippedSizeArray
12 uses
github.com/gotd/td/tg (current package)
tl_photo_size_slices_gen.go#L159: func (s PhotoSizeClassArray) AsPhotoStrippedSize() (to PhotoStrippedSizeArray) {
tl_photo_size_slices_gen.go#L499: type PhotoStrippedSizeArray []PhotoStrippedSize
tl_photo_size_slices_gen.go#L502: func (s PhotoStrippedSizeArray) Sort(less func(a, b PhotoStrippedSize) bool) PhotoStrippedSizeArray {
tl_photo_size_slices_gen.go#L510: func (s PhotoStrippedSizeArray) SortStable(less func(a, b PhotoStrippedSize) bool) PhotoStrippedSizeArray {
tl_photo_size_slices_gen.go#L518: func (s PhotoStrippedSizeArray) Retain(keep func(x PhotoStrippedSize) bool) PhotoStrippedSizeArray {
tl_photo_size_slices_gen.go#L532: func (s PhotoStrippedSizeArray) First() (v PhotoStrippedSize, ok bool) {
tl_photo_size_slices_gen.go#L540: func (s PhotoStrippedSizeArray) Last() (v PhotoStrippedSize, ok bool) {
tl_photo_size_slices_gen.go#L548: func (s *PhotoStrippedSizeArray) PopFirst() (v PhotoStrippedSize, ok bool) {
tl_photo_size_slices_gen.go#L567: func (s *PhotoStrippedSizeArray) Pop() (v PhotoStrippedSize, 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. |