Package org.drinkless.tdlib
Class TdApi.CheckChatInviteLink
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.CheckChatInviteLink
-
- Enclosing class:
- TdApi
public static class TdApi.CheckChatInviteLink extends TdApi.Function
Checks the validity of an invite link for a chat and returns information about the corresponding chat.Returns
ChatInviteLinkInfo
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringinviteLinkInvite link to be checked.
-
Constructor Summary
Constructors Constructor Description CheckChatInviteLink()Default constructor for a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.CheckChatInviteLink(String inviteLink)Creates a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
inviteLink
public String inviteLink
Invite link to be checked.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CheckChatInviteLink
public CheckChatInviteLink()
Default constructor for a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.Returns
ChatInviteLinkInfo
-
CheckChatInviteLink
public CheckChatInviteLink(String inviteLink)
Creates a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.Returns
ChatInviteLinkInfo- Parameters:
inviteLink- Invite link to be checked.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-