public static class TdApi.TMeUrl extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TMeUrlType |
type
Type of the URL.
|
java.lang.String |
url
URL.
|
| Constructor and Description |
|---|
TMeUrl()
Represents a URL linking to an internal Telegram entity.
|
TMeUrl(java.lang.String url,
TdApi.TMeUrlType type)
Represents a URL linking to an internal Telegram entity.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public TdApi.TMeUrlType type
public static final int CONSTRUCTOR
public TMeUrl()
public TMeUrl(java.lang.String url,
TdApi.TMeUrlType type)
url - URL.type - Type of the URL.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object