Class TdApi.SentWebAppMessage

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.SentWebAppMessage
Enclosing class:
TdApi

public static class TdApi.SentWebAppMessage extends TdApi.Object
Information about the message sent by answerWebAppQuery.
  • Field Details

    • inlineMessageId

      public String inlineMessageId
      Identifier of the sent inline message, if known.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SentWebAppMessage

      public SentWebAppMessage()
      Information about the message sent by answerWebAppQuery.
    • SentWebAppMessage

      public SentWebAppMessage(String inlineMessageId)
      Information about the message sent by answerWebAppQuery.
      Parameters:
      inlineMessageId - Identifier of the sent inline message, if known.
  • 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