Interface GetBlockedMessageSenders

Returns users and chats that were blocked by the current user. Request type for Tdjson#getBlockedMessageSenders.

interface GetBlockedMessageSenders {
    @type: "getBlockedMessageSenders";
    block_list: BlockList;
    limit: number;
    offset: number;
}

Properties

@type: "getBlockedMessageSenders"
block_list: BlockList

Block list from which to return users.

limit: number

The maximum number of users and chats to return; up to 100.

offset: number

Number of users and chats to skip in the result; must be non-negative.