public static class TdApi.GetMessageLinkInfo extends TdApi.Function
Returns MessageLinkInfo
TdApi.Function.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
The message link in the format "https://t.me/c/...
|
| Constructor and Description |
|---|
GetMessageLinkInfo()
Default constructor for a function, which returns information about a public or private message link.
|
GetMessageLinkInfo(java.lang.String url)
Creates a function, which returns information about a public or private message link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic java.lang.String url
public static final int CONSTRUCTOR
public GetMessageLinkInfo()
Returns MessageLinkInfo
public GetMessageLinkInfo(java.lang.String url)
Returns MessageLinkInfo
url - The message link in the format "https://t.me/c/...", or "tg://privatepost?...", or "https://t.me/username/...", or "tg://resolve?...".public int getConstructor()
getConstructor in class TdApi.Function