toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
UserProfilePhotos
User
Profile
Photos
@
Serializable
data
class
UserProfilePhotos
(
val
count
:
Int
,
val
photos
:
List
<
PhotoFile
>
)
Members
Constructors
User
Profile
Photos
Link copied to clipboard
constructor
(
count
:
Int
,
photos
:
List
<
PhotoFile
>
)
Properties
count
Link copied to clipboard
@
SerialName
(
value
=
"total_count"
)
val
count
:
Int
photos
Link copied to clipboard
@
Serializable
(
with
=
UserProfilePhotosPhotosSerializer::class
)
val
photos
:
List
<
PhotoFile
>