Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeMessage
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InternalLinkType
-
- org.drinkless.tdlib.TdApi.InternalLinkTypeMessage
-
- Enclosing class:
- TdApi
public static class TdApi.InternalLinkTypeMessage extends TdApi.InternalLinkType
The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringurlURL to be passed to getMessageLinkInfo.
-
Constructor Summary
Constructors Constructor Description InternalLinkTypeMessage()The link is a link to a Telegram message.InternalLinkTypeMessage(String url)The link is a link to a Telegram message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
url
public String url
URL to be passed to getMessageLinkInfo.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InternalLinkTypeMessage
public InternalLinkTypeMessage()
The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link.
-
InternalLinkTypeMessage
public InternalLinkTypeMessage(String url)
The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link.- Parameters:
url- URL to be passed to getMessageLinkInfo.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-