java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatBoostSlot
- Enclosing class:
- TdApi
Describes a slot for chat boost.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Point in time (Unix timestamp) after which the boost can be used for another chat.long
Identifier of the currently boosted chat; 0 if none.int
Point in time (Unix timestamp) when the boost will expire.int
Unique identifier of the slot.int
Point in time (Unix timestamp) when the chat was boosted; 0 if none. -
Constructor Summary
ConstructorDescriptionDescribes a slot for chat boost.ChatBoostSlot
(int slotId, long currentlyBoostedChatId, int startDate, int expirationDate, int cooldownUntilDate) Describes a slot for chat boost.ChatBoostSlot
(DataInput input) Describes a slot for chat boost. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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.
-
ChatBoostSlot
Describes a slot for chat boost.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-