java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatMembers
- Enclosing class:
- TdApi
Contains a list of chat members.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
A list of chat members.int
Approximate total number of chat members found. -
Constructor Summary
ConstructorDescriptionContains a list of chat members.ChatMembers
(int totalCount, TdApi.ChatMember[] members) Contains a list of chat members.ChatMembers
(DataInput input) Contains a list of chat members. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of chat members found. -
members
A list of chat members. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatMembers
public ChatMembers()Contains a list of chat members. -
ChatMembers
Contains a list of chat members.- Parameters:
totalCount
- int Approximate total number of chat members found.members
- ChatMember[] A list of chat members.
-
ChatMembers
Contains a list of chat members.- 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()
-