type github.com/gotd/td/tg.UserProfilePhotoArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_user_profile_photo_slices_gen.go#L120: func (s UserProfilePhotoClassArray) AsUserProfilePhoto() (to UserProfilePhotoArray) {
		tl_user_profile_photo_slices_gen.go#L188: type UserProfilePhotoArray []UserProfilePhoto
		tl_user_profile_photo_slices_gen.go#L191: func (s UserProfilePhotoArray) Sort(less func(a, b UserProfilePhoto) bool) UserProfilePhotoArray {
		tl_user_profile_photo_slices_gen.go#L199: func (s UserProfilePhotoArray) SortStable(less func(a, b UserProfilePhoto) bool) UserProfilePhotoArray {
		tl_user_profile_photo_slices_gen.go#L207: func (s UserProfilePhotoArray) Retain(keep func(x UserProfilePhoto) bool) UserProfilePhotoArray {
		tl_user_profile_photo_slices_gen.go#L221: func (s UserProfilePhotoArray) First() (v UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L229: func (s UserProfilePhotoArray) Last() (v UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L237: func (s *UserProfilePhotoArray) PopFirst() (v UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L256: func (s *UserProfilePhotoArray) Pop() (v UserProfilePhoto, ok bool) {