public static class TdApi.GetBlockedMessageSenders extends TdApi.Function<TdApi.MessageSenders>
Returns MessageSenders
| Modifier and Type | Field and Description |
|---|---|
TdApi.BlockList |
blockList
Block list from which to return users.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of users and chats to return; up to 100.
|
int |
offset
Number of users and chats to skip in the result; must be non-negative.
|
| Constructor and Description |
|---|
GetBlockedMessageSenders()
Default constructor for a function, which returns users and chats that were blocked by the current user.
|
GetBlockedMessageSenders(TdApi.BlockList blockList,
int offset,
int limit)
Creates a function, which returns users and chats that were blocked by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BlockList blockList
public int offset
public int limit
public static final int CONSTRUCTOR
public GetBlockedMessageSenders()
Returns MessageSenders
public GetBlockedMessageSenders(TdApi.BlockList blockList, int offset, int limit)
Returns MessageSenders
blockList - Block list from which to return users.offset - Number of users and chats to skip in the result; must be non-negative.limit - The maximum number of users and chats to return; up to 100.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object