1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-26 18:05:11 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.md

26 lines
3.0 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.get](../index.md)/[GetUserProfilePhotos](index.md)
# GetUserProfilePhotos
[common] data class [GetUserProfilePhotos](index.md)(**userId**: [UserId](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **offset**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **limit**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?) : [SimpleRequest](../../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[UserProfilePhotos](../../dev.inmo.tgbotapi.types/-user-profile-photos/index.md)>
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/method/#/PointingToDeclaration/"></a>[method](method.md)| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/method/#/PointingToDeclaration/"></a>[common] <br>Content <br>open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>|
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/limit/#/PointingToDeclaration/"></a>[limit](limit.md)| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/limit/#/PointingToDeclaration/"></a> [common] val [limit](limit.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null <br>|
| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/offset/#/PointingToDeclaration/"></a>[offset](offset.md)| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/offset/#/PointingToDeclaration/"></a> [common] val [offset](offset.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null <br>|
| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/requestSerializer/#/PointingToDeclaration/"></a>[requestSerializer](request-serializer.md)| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/requestSerializer/#/PointingToDeclaration/"></a> [common] open override val [requestSerializer](request-serializer.md): <*> <br>|
| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](result-deserializer.md)| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/resultDeserializer/#/PointingToDeclaration/"></a> [common] open override val [resultDeserializer](result-deserializer.md): <[UserProfilePhotos](../../dev.inmo.tgbotapi.types/-user-profile-photos/index.md)> <br>|
| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/userId/#/PointingToDeclaration/"></a>[userId](user-id.md)| <a name="dev.inmo.tgbotapi.requests.get/GetUserProfilePhotos/userId/#/PointingToDeclaration/"></a> [common] val [userId](user-id.md): [UserId](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|