public static class TdApi.GetMessageLinkInfo extends TdApi.Function<TdApi.MessageLinkInfo>
Returns MessageLinkInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
The message link.
|
| 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()
Returns an identifier uniquely determining type of the object.
|
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object