- Enclosing class:
- TdApi
Returns users and chats that were
blocked by the current user.
Returns MessageSenders
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum number of users and chats to return; up to 100.int
Number of users and chats to skip in the result; must be non-negative. -
Constructor Summary
ConstructorDescriptionReturns users and chats that were blocked by the current user.GetBlockedMessageSenders
(int offset, int limit) Returns users and chats that were blocked by the current user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
offset
public int offsetNumber of users and chats to skip in the result; must be non-negative. -
limit
public int limitThe maximum number of users and chats to return; up to 100. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetBlockedMessageSenders
public GetBlockedMessageSenders()Returns users and chats that were blocked by the current user.Returns
MessageSenders
-
GetBlockedMessageSenders
public GetBlockedMessageSenders(int offset, int limit) Returns users and chats that were blocked by the current user.Returns
MessageSenders
- Parameters:
offset
- int Number of users and chats to skip in the result; must be non-negative.limit
- int The maximum number of users and chats to return; up to 100.
-
GetBlockedMessageSenders
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-