public static class TdApi.GetChatBoostLinkInfo extends TdApi.Function<TdApi.ChatBoostLinkInfo>
Returns ChatBoostLinkInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
The link to boost a chat.
|
| Constructor and Description |
|---|
GetChatBoostLinkInfo()
Default constructor for a function, which returns information about a link to boost a chat.
|
GetChatBoostLinkInfo(java.lang.String url)
Creates a function, which returns information about a link to boost a 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 GetChatBoostLinkInfo()
Returns ChatBoostLinkInfo
public GetChatBoostLinkInfo(java.lang.String url)
Returns ChatBoostLinkInfo
url - The link to boost a chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object