mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-09-10 10:05:04 +00:00
1.3 KiB
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