api.getBlockedMessageSenders()
Returns users and chats that were blocked by the current user
Parameters
GetBlockedMessageSendersParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
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 |
Returns
ApiResponse
interface:interface ApiResponse {
_: 'getBlockedMessageSenders' | 'error'
airgram: Airgram
request: {
method: 'getBlockedMessageSenders'
params: GetBlockedMessageSendersParams
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}