java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessagePositions
- Enclosing class:
- TdApi
Contains a list of message positions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of message positions.int
Total number of messages found. -
Constructor Summary
ConstructorDescriptionContains a list of message positions.MessagePositions
(int totalCount, TdApi.MessagePosition[] positions) Contains a list of message positions.MessagePositions
(DataInput input) Contains a list of message positions. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountTotal number of messages found. -
positions
List of message positions. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessagePositions
public MessagePositions()Contains a list of message positions. -
MessagePositions
Contains a list of message positions.- Parameters:
totalCount
- int Total number of messages found.positions
- MessagePosition[] List of message positions.
-
MessagePositions
Contains a list of message positions.- 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()
-