public static class TdApi.UpdateChatBoost extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatBoost |
boost
New information about the boost.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatBoost()
A chat boost has changed; for bots only.
|
UpdateChatBoost(long chatId,
TdApi.ChatBoost boost)
A chat boost has changed; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatBoost boost
public static final int CONSTRUCTOR
public UpdateChatBoost()
public UpdateChatBoost(long chatId,
TdApi.ChatBoost boost)
chatId - Chat identifier.boost - New information about the boost.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object