Package it.tdlight.jni
Class TdApi.Chats
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Chats
- Enclosing class:
- TdApi
public static class TdApi.Chats extends TdApi.Object
Represents a list of chats.
-
Field Summary
Fields Modifier and Type Field Description long[]
chatIds
List of chat identifiers.static int
CONSTRUCTOR
int
totalCount
Approximate total count of chats found. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total count of chats found. -
chatIds
public long[] chatIdsList of chat identifiers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 count of chats found.chatIds
- long[] List of chat identifiers.
-
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()
-