libtd-ktx / kotlinx.telegram.coroutines / getBlockedUsers
getBlockedUsers
suspend fun
TelegramFlow
.getBlockedUsers(offset:
Int
, limit:
Int
):
Users
Suspend function, which returns users that were blocked by the current user.
Parameters
offset
- Number of users to skip in the result; must be non-negative.
limit
- The maximum number of users to return; up to 100.
Return Users Represents a list of users.