java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeChatInvite
- Enclosing class:
- TdApi
The link is a chat invite link. Call
checkChatInviteLink 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 a chat invite link.The link is a chat invite link.InternalLinkTypeChatInvite
(String inviteLink) The link is a chat invite link. -
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
-
InternalLinkTypeChatInvite
public InternalLinkTypeChatInvite()The link is a chat invite link. Call checkChatInviteLink with the given invite link to process the link. -
InternalLinkTypeChatInvite
The link is a chat invite link. Call checkChatInviteLink with the given invite link to process the link.- Parameters:
inviteLink
- String Internal representation of the invite link.
-
InternalLinkTypeChatInvite
The link is a chat invite link. Call checkChatInviteLink 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()
-