1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 02:00:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.md
2021-03-17 15:18:37 +00:00

3.0 KiB

//docs/dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos

GetUserProfilePhotos

[common] data class GetUserProfilePhotos(userId: UserId, offset: Int?, limit: Int?) : SimpleRequest<UserProfilePhotos>

Functions

Name Summary
method [common]
Content
open override fun method(): String


Properties

Name Summary
limit [common] val limit: Int? = null
offset [common] val offset: Int? = null
requestSerializer [common] open override val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <UserProfilePhotos>
userId [common] val userId: UserId