mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-03 23:29:33 +00:00
fix in RequestsExecutor#getUserProfilePhotos extension
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user