Package org.drinkless.tdlib
Class TdApi.Messages
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Messages
-
- Enclosing class:
- TdApi
public static class TdApi.Messages extends TdApi.Object
Contains a list of messages.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.Message[]messagesList of messages; messages may be null.inttotalCountApproximate total count of messages found.
-
Constructor Summary
Constructors Constructor Description Messages()Contains a list of messages.Messages(int totalCount, TdApi.Message[] messages)Contains a list of messages.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Approximate total count of messages found.
-
messages
public TdApi.Message[] messages
List of messages; messages may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Messages
public Messages()
Contains a list of messages.
-
Messages
public Messages(int totalCount, TdApi.Message[] messages)Contains a list of messages.- Parameters:
totalCount- Approximate total count of messages found.messages- List of messages; messages may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-