public static class TdApi.GetChatBoostLink extends TdApi.Function<TdApi.ChatBoostLink>
Returns ChatBoostLink
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatBoostLink()
Default constructor for a function, which returns an HTTPS link to boost the specified supergroup or channel chat.
|
GetChatBoostLink(long chatId)
Creates a function, which returns an HTTPS link to boost the specified supergroup or channel chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public GetChatBoostLink()
Returns ChatBoostLink
public GetChatBoostLink(long chatId)
Returns ChatBoostLink
chatId - Identifier of the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object