mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-09-12 19:14:20 +00:00
13 lines
1.3 KiB
Markdown
13 lines
1.3 KiB
Markdown
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.get](index.md)/[getUserProfilePhotos](get-user-profile-photos.md)
|
|
|
|
|
|
|
|
# getUserProfilePhotos
|
|
[common]
|
|
Content
|
|
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getUserProfilePhotos](get-user-profile-photos.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)? = null, limit: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [UserProfilePhotos](../dev.inmo.tgbotapi.types/-user-profile-photos/index.md)
|
|
suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getUserProfilePhotos](get-user-profile-photos.md)(user: [CommonUser](../dev.inmo.tgbotapi.types/-common-user/index.md), offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, limit: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [UserProfilePhotos](../dev.inmo.tgbotapi.types/-user-profile-photos/index.md)
|
|
|
|
|
|
|