public static class TdApi.GetInternalLinkType extends TdApi.Function<TdApi.InternalLinkType>
Returns InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
link
The link.
|
| Constructor and Description |
|---|
GetInternalLinkType()
Default constructor for a function, which returns information about the type of internal link.
|
GetInternalLinkType(java.lang.String link)
Creates a function, which returns information about the type of internal link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String link
public static final int CONSTRUCTOR
public GetInternalLinkType()
Returns InternalLinkType
public GetInternalLinkType(java.lang.String link)
Returns InternalLinkType
link - The link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object