View Source ExTDLib.Method.GetBlockedMessageSenders (ExTDLib v0.0.4)

Returns users and chats that were blocked by the current user. Returns object_ptr<MessageSenders>.

NameTypeDescription
block_listBlockListBlock list from which to return users.
offsetnumberNumber of users and chats to skip in the result; must be non-negative.
limitnumberThe maximum number of users and chats to return; up to 100.

More details on telegram's documentation.