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