docs
4.2.4
common
docs
/
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
>
Constructors
Functions
Properties
Constructors
Get
User
Profile
Photos
Link copied to clipboard
fun
GetUserProfilePhotos
(
userId
:
UserId
,
offset
:
Int
?
=
null
,
limit
:
Int
?
=
null
)
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String
Properties
limit
Link copied to clipboard
val
limit
:
Int
?
=
null
offset
Link copied to clipboard
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
val
userId
:
UserId