java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeMessage
- Enclosing class:
- TdApi
The link is a link to a Telegram
message or a forum topic. Call
getMessageLinkInfo with the given URL
to process the link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
URL to be passed to getMessageLinkInfo. -
Constructor Summary
ConstructorDescriptionThe link is a link to a Telegram message or a forum topic.InternalLinkTypeMessage
(DataInput input) The link is a link to a Telegram message or a forum topic.The link is a link to a Telegram message or a forum topic. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
URL to be passed to getMessageLinkInfo. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeMessage
public InternalLinkTypeMessage()The link is a link to a Telegram message or a forum topic. Call getMessageLinkInfo with the given URL to process the link. -
InternalLinkTypeMessage
The link is a link to a Telegram message or a forum topic. Call getMessageLinkInfo with the given URL to process the link.- Parameters:
url
- String URL to be passed to getMessageLinkInfo.
-
InternalLinkTypeMessage
The link is a link to a Telegram message or a forum topic. Call getMessageLinkInfo with the given URL 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()
-