public static class TdApi.InternalLinkTypeMessage extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
URL to be passed to getMessageLinkInfo.
|
Constructor and Description |
---|
InternalLinkTypeMessage()
The link is a link to a Telegram message.
|
InternalLinkTypeMessage(java.lang.String url)
The link is a link to a Telegram message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String url
public static final int CONSTRUCTOR
public InternalLinkTypeMessage()
public InternalLinkTypeMessage(java.lang.String url)
url
- URL to be passed to getMessageLinkInfo.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType