java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Chats
- Enclosing class:
- TdApi
Represents a list of chats.
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
List of chat identifiers.static final int
int
Approximate total number of chats found. -
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of chats found. -
chatIds
public long[] chatIdsList of chat identifiers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
Chats
public Chats()Represents a list of chats. -
Chats
public Chats(int totalCount, long[] chatIds) Represents a list of chats.- Parameters:
totalCount
- int Approximate total number of chats found.chatIds
- long[] List of chat identifiers.
-
Chats
Represents a list of chats.- 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()
-