Package org.drinkless.tdlib
Class TdApi.MessageChatBoost
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageChatBoost
- Enclosing class:
- TdApi
The chat was boosted by the sender of the message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintNumber of times the chat was boosted.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat was boosted by the sender of the message.MessageChatBoost(int boostCount) The chat was boosted by the sender of the message. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
boostCount
public int boostCountNumber of times the chat was boosted. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageChatBoost
public MessageChatBoost()The chat was boosted by the sender of the message. -
MessageChatBoost
public MessageChatBoost(int boostCount) The chat was boosted by the sender of the message.- Parameters:
boostCount- Number of times the chat was boosted.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-