ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
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
>