Skip to content

getBlockedMessageSenders

Function · TDLib 1.8.67 · d1085f9c

Returns users and chats that were blocked by the current user

getBlockedMessageSenders(
  block_list: BlockList,
  offset: int32,
  limit: int32
) → MessageSenders

block_list

BlockList

Block list from which to return users

offset

int32

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

limit

int32

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