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