mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
fix in RequestsExecutor#getUserProfilePhotos extension
This commit is contained in:
parent
b4d0ca507b
commit
be4043f3c2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user