Package org.drinkless.tdlib
Class TdApi.InputMessageReplyToEphemeralMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageReplyTo
org.drinkless.tdlib.TdApi.InputMessageReplyToEphemeralMessage
- Enclosing class:
- TdApi
Describes an ephemeral message to be replied; for bots only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe identifier of the ephemeral message to be replied. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes an ephemeral message to be replied; for bots only.InputMessageReplyToEphemeralMessage(int ephemeralMessageId) Describes an ephemeral message to be replied; for bots only. -
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
-
ephemeralMessageId
public int ephemeralMessageIdThe identifier of the ephemeral message to be replied. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageReplyToEphemeralMessage
public InputMessageReplyToEphemeralMessage()Describes an ephemeral message to be replied; for bots only. -
InputMessageReplyToEphemeralMessage
public InputMessageReplyToEphemeralMessage(int ephemeralMessageId) Describes an ephemeral message to be replied; for bots only.- Parameters:
ephemeralMessageId- The identifier of the ephemeral message to be replied.
-
-
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
-