public static class TdApi.MessageChatBoost extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
int |
boostCount
Number of times the chat was boosted.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
MessageChatBoost()
The chat was boosted by the sender of the message.
|
MessageChatBoost(int boostCount)
The chat was boosted by the sender of the message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int boostCount
public static final int CONSTRUCTOR
public MessageChatBoost()
public MessageChatBoost(int boostCount)
boostCount - Number of times the chat was boosted.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object