View Source ExTDLib.Method.GetBlockedMessageSenders (ExTDLib v0.0.4)
Returns users and chats that were blocked by the current user. Returns object_ptr<MessageSenders>.
| Name | Type | Description |
|---|---|---|
| block_list | BlockList | Block list from which to return users. |
| offset | number | Number of users and chats to skip in the result; must be non-negative. |
| limit | number | The maximum number of users and chats to return; up to 100. |
More details on telegram's documentation.