1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

fix in RequestsExecutor#getUserProfilePhotos extension

This commit is contained in:
2020-02-06 23:09:01 +06:00
parent b4d0ca507b
commit be4043f3c2

View File

@@ -41,7 +41,7 @@ suspend fun RequestsExecutor.getUserProfilePhotos(
)
suspend fun RequestsExecutor.getUserProfilePhotos(
user: User,
user: CommonUser,
offset: Int? = null,
limit: Int? = null
) = getUserProfilePhotos(user.id, offset, limit)