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) {