1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-09-10 10:05:04 +00:00
Files
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.md
InsanusMokrassar b942627f12 deploy: 308fb9274b
2021-03-17 15:18:37 +00:00

1.3 KiB

//docs/dev.inmo.tgbotapi.extensions.api.get/getUserProfilePhotos

getUserProfilePhotos

[common]
Content
suspend fun TelegramBot.getUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null): UserProfilePhotos
suspend fun TelegramBot.getUserProfilePhotos(user: CommonUser, offset: Int? = null, limit: Int? = null): UserProfilePhotos