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