public static class TdApi.GetBlockedMessageSenders extends TdApi.Function
Returns MessageSenders
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
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(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() |
toString
public int offset
public int limit
public static final int CONSTRUCTOR
public GetBlockedMessageSenders()
Returns MessageSenders
public GetBlockedMessageSenders(int offset, int limit)
Returns MessageSenders
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()
getConstructor
in class TdApi.Function