MadelineProtoDocs/docs/TD_docs/methods/getBlockedUsers.md

25 lines
681 B
Markdown

---
title: getBlockedUsers
description: Returns users blocked by the current user
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: getBlockedUsers
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns users blocked by the current user
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|offset|[int](../types/int.md) | Number of users to skip in result, must be non-negative | Yes|
|limit|[int](../types/int.md) | Maximum number of users to return, can't be greater than 100 | Yes|
### Return type: [Users](../types/Users.md)