Package it.tdlight.jni
Class TdApi.ChatMembers
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatMembers
- Enclosing class:
- TdApi
public static class TdApi.ChatMembers extends TdApi.Object
Contains a list of chat members.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.ChatMember[]
members
A list of chat members.int
totalCount
Approximate total count of chat members found. -
Constructor Summary
Constructors Constructor Description ChatMembers()
Contains a list of chat members.ChatMembers(int totalCount, TdApi.ChatMember[] members)
Contains a list of chat members.ChatMembers(DataInput input)
-
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 chat members found. -
members
A list of chat members. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatMembers
public ChatMembers()Contains a list of chat members. -
ChatMembers
Contains a list of chat members.- Parameters:
totalCount
- int Approximate total count of chat members found.members
- ChatMember[] A list of chat members.
-
ChatMembers
- 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()
-