Package org.drinkless.tdlib
Class TdApi.ChatInviteLinks
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatInviteLinks
- Enclosing class:
- TdApi
Contains a list of chat invite links.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.List of invite links.intApproximate total number of chat invite links found. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of chat invite links.ChatInviteLinks(int totalCount, TdApi.ChatInviteLink[] inviteLinks) Contains a list of chat invite links. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of chat invite links found. -
inviteLinks
List of invite links. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatInviteLinks
public ChatInviteLinks()Contains a list of chat invite links. -
ChatInviteLinks
Contains a list of chat invite links.- Parameters:
totalCount- Approximate total number of chat invite links found.inviteLinks- List of invite links.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-