public static class TdApi.GetChatBoostStatus extends TdApi.Function<TdApi.ChatBoostStatus>
Returns ChatBoostStatus
| 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 |
|---|
GetChatBoostStatus()
Default constructor for a function, which returns the current boost status for a supergroup or a channel chat.
|
GetChatBoostStatus(long chatId)
Creates a function, which returns the current boost status for a supergroup or a 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 GetChatBoostStatus()
Returns ChatBoostStatus
public GetChatBoostStatus(long chatId)
Returns ChatBoostStatus
chatId - Identifier of the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object