toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.get
/
GetUserProfilePhotos
Get
User
Profile
Photos
@
Serializable
data
class
GetUserProfilePhotos
(
val
userId
:
UserId
,
val
offset
:
Int
?
=
null
,
val
limit
:
Int
?
=
null
)
:
SimpleRequest
<
UserProfilePhotos
>
Members
Constructors
Get
User
Profile
Photos
Link copied to clipboard
constructor
(
userId
:
UserId
,
offset
:
Int
?
=
null
,
limit
:
Int
?
=
null
)
Properties
limit
Link copied to clipboard
@
SerialName
(
value
=
"limit"
)
val
limit
:
Int
?
=
null
offset
Link copied to clipboard
@
SerialName
(
value
=
"offset"
)
val
offset
:
Int
?
=
null
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
UserProfilePhotos
>
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String