Package it.tdlight.jni
Class TdApi.GetBlockedMessageSenders
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetBlockedMessageSenders
- Enclosing class:
- TdApi
public static class TdApi.GetBlockedMessageSenders extends TdApi.Function
Returns users and chats that were
blocked by the current user.
Returns MessageSenders
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
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 Summary
Constructors Constructor Description GetBlockedMessageSenders()
Returns 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.GetBlockedMessageSenders(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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()
-