Module tdlight.api

Class TdApi.SentWebAppMessage

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.SentWebAppMessage
Enclosing class:
TdApi

public static final 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
      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 - String Identifier of the sent inline message, if known.
    • SentWebAppMessage

      public SentWebAppMessage(DataInput input) throws IOException
      Information about the message sent by answerWebAppQuery.
      Throws:
      IOException
  • Method Details