java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Messages
- Enclosing class:
- TdApi
Contains a list of messages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intList of messages; messages may be null.intApproximate total number of messages found. -
Constructor Summary
ConstructorsConstructorDescriptionMessages()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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-