java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatInviteLinks
- Enclosing class:
- TdApi
Contains a list of chat invite links.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of invite links.int
Approximate total count of chat invite links found. -
Constructor Summary
ConstructorDescriptionContains a list of chat invite links.ChatInviteLinks
(int totalCount, TdApi.ChatInviteLink[] inviteLinks) Contains a list of chat invite links.ChatInviteLinks
(DataInput input) Contains a list of chat invite links. -
Method Summary
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:
-
-
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
Contains a list of chat invite links.- 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()
-