public static class TdApi.InternalLinkTypeMessage extends TdApi.InternalLinkType
| 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 or a forum topic.
|
InternalLinkTypeMessage(java.lang.String url)
The link is a link to a Telegram message or a forum topic.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object