1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-30 06:26:08 +00:00

fix in RequestsExecutor#getUserProfilePhotos extension

This commit is contained in:
InsanusMokrassar 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( suspend fun RequestsExecutor.getUserProfilePhotos(
user: User, user: CommonUser,
offset: Int? = null, offset: Int? = null,
limit: Int? = null limit: Int? = null
) = getUserProfilePhotos(user.id, offset, limit) ) = getUserProfilePhotos(user.id, offset, limit)