Package org.drinkless.tdlib
Class TdApi.ChatBoostSlot
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatBoostSlot
- Enclosing class:
- TdApi
Describes a slot for chat boost.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) after which the boost can be used for another chat.longIdentifier of the currently boosted chat; 0 if none.intPoint in time (Unix timestamp) when the boost will expire.intUnique identifier of the slot.intPoint in time (Unix timestamp) when the chat was boosted; 0 if none. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a slot for chat boost.ChatBoostSlot(int slotId, long currentlyBoostedChatId, int startDate, int expirationDate, int cooldownUntilDate) Describes a slot for chat boost. -
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
-
slotId
public int slotIdUnique identifier of the slot. -
currentlyBoostedChatId
public long currentlyBoostedChatIdIdentifier of the currently boosted chat; 0 if none. -
startDate
public int startDatePoint in time (Unix timestamp) when the chat was boosted; 0 if none. -
expirationDate
public int expirationDatePoint in time (Unix timestamp) when the boost will expire. -
cooldownUntilDate
public int cooldownUntilDatePoint in time (Unix timestamp) after which the boost can be used for another chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatBoostSlot
public ChatBoostSlot()Describes a slot for chat boost. -
ChatBoostSlot
public ChatBoostSlot(int slotId, long currentlyBoostedChatId, int startDate, int expirationDate, int cooldownUntilDate) Describes a slot for chat boost.- Parameters:
slotId- Unique identifier of the slot.currentlyBoostedChatId- Identifier of the currently boosted chat; 0 if none.startDate- Point in time (Unix timestamp) when the chat was boosted; 0 if none.expirationDate- Point in time (Unix timestamp) when the boost will expire.cooldownUntilDate- Point in time (Unix timestamp) after which the boost can be used for another chat.
-
-
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
-