Package org.drinkless.tdlib
Class TdApi.CheckChatFolderInviteLink
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.ChatFolderInviteLinkInfo>
org.drinkless.tdlib.TdApi.CheckChatFolderInviteLink
- Enclosing class:
- TdApi
public static class TdApi.CheckChatFolderInviteLink
extends TdApi.Function<TdApi.ChatFolderInviteLinkInfo>
Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.
Returns ChatFolderInviteLinkInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Invite link to be checked. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.CheckChatFolderInviteLink(String inviteLink) Creates a function, which checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
inviteLink
Invite link to be checked. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CheckChatFolderInviteLink
public CheckChatFolderInviteLink()Default constructor for a function, which checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.Returns
ChatFolderInviteLinkInfo -
CheckChatFolderInviteLink
Creates a function, which checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.Returns
ChatFolderInviteLinkInfo- Parameters:
inviteLink- Invite link to be checked.
-
-
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
-