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.
|
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() |
toString
public 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()
getConstructor
in class TdApi.Function