Package org.drinkless.tdlib
Class TdApi.GetBlockedMessageSenders
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.intlimitThe maximum number of users and chats to return; up to 100.intoffsetNumber of users and chats to skip in the result; must be non-negative.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
offset
public int offset
Number of users and chats to skip in the result; must be non-negative.
-
limit
public int limit
The maximum number of users and chats to return; up to 100.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetBlockedMessageSenders
public GetBlockedMessageSenders()
Default constructor for a function, which returns users and chats that were blocked by the current user.Returns
MessageSenders
-
GetBlockedMessageSenders
public GetBlockedMessageSenders(int offset, int limit)Creates a function, which returns users and chats that were blocked by the current user.Returns
MessageSenders- Parameters:
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-