java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.ChatFolderInviteLinkInfo>
it.tdlight.jni.TdApi.CheckChatFolderInviteLink
- Enclosing class:
- TdApi
public static final 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
Modifier and TypeFieldDescriptionstatic final int
Invite link to be checked. -
Constructor Summary
ConstructorDescriptionChecks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.CheckChatFolderInviteLink
(String inviteLink) Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
inviteLink
Invite link to be checked. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CheckChatFolderInviteLink
public CheckChatFolderInviteLink()Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder. ReturnsChatFolderInviteLinkInfo
-
CheckChatFolderInviteLink
Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder. ReturnsChatFolderInviteLinkInfo
- Parameters:
inviteLink
- String Invite link to be checked.
-
CheckChatFolderInviteLink
Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder. ReturnsChatFolderInviteLinkInfo
- 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()
-