java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeChatFolderInvite
- Enclosing class:
- TdApi
The link is an invite link to a chat
folder. Call checkChatFolderInviteLink
with the given invite link to process the link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Internal representation of the invite link. -
Constructor Summary
ConstructorDescriptionThe link is an invite link to a chat folder.The link is an invite link to a chat folder.InternalLinkTypeChatFolderInvite
(String inviteLink) The link is an invite link to a chat folder. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
inviteLink
Internal representation of the invite link. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeChatFolderInvite
public InternalLinkTypeChatFolderInvite()The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link. -
InternalLinkTypeChatFolderInvite
The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link.- Parameters:
inviteLink
- String Internal representation of the invite link.
-
InternalLinkTypeChatFolderInvite
The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link.- 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()
-