public static class TdApi.InternalLinkTypeChatBoost extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
URL to be passed to getChatBoostLinkInfo.
|
| Constructor and Description |
|---|
InternalLinkTypeChatBoost()
The link is a link to boost a Telegram chat.
|
InternalLinkTypeChatBoost(java.lang.String url)
The link is a link to boost a Telegram chat.
|
| 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 InternalLinkTypeChatBoost()
public InternalLinkTypeChatBoost(java.lang.String url)
url - URL to be passed to getChatBoostLinkInfo.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object