Class TdApi.InputMessageReplyToEphemeralMessage

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageReplyTo
org.drinkless.tdlib.TdApi.InputMessageReplyToEphemeralMessage
Enclosing class:
TdApi

public static class TdApi.InputMessageReplyToEphemeralMessage extends TdApi.InputMessageReplyTo
Describes an ephemeral message to be replied; for bots only.
  • Field Details

    • ephemeralMessageId

      public int ephemeralMessageId
      The identifier of the ephemeral message to be replied.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR