Package org.drinkless.tdlib
Class TdApi.ChatFolderInviteLinks
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatFolderInviteLinks
- Enclosing class:
- TdApi
Represents a list of chat folder invite links.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.List of the invite links. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a list of chat folder invite links.ChatFolderInviteLinks(TdApi.ChatFolderInviteLink[] inviteLinks) Represents a list of chat folder 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
-
inviteLinks
List of the invite links. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatFolderInviteLinks
public ChatFolderInviteLinks()Represents a list of chat folder invite links. -
ChatFolderInviteLinks
Represents a list of chat folder invite links.- Parameters:
inviteLinks- List of the 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
-