java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Messages
- Enclosing class:
- TdApi
Contains a list of messages.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of messages; messages may be null.int
Approximate total number of messages found. -
Constructor Summary
ConstructorDescriptionMessages()
Contains a list of messages.Messages
(int totalCount, TdApi.Message[] messages) Contains a list of messages.Contains a list of messages. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of messages found. -
messages
List of messages; messages may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
Messages
public Messages()Contains a list of messages. -
Messages
Contains a list of messages.- Parameters:
totalCount
- int Approximate total number of messages found.messages
- Message[] List of messages; messages may be null.
-
Messages
Contains a list of messages.- 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()
-