Module tdlight.api

Class TdApi.EditInlineMessageText

Enclosing class:
TdApi

public static final class TdApi.EditInlineMessageText extends TdApi.Function<TdApi.Ok>
Edits the text of an inline text or game message sent via a bot; for bots only. Returns Ok
  • Field Details

    • inlineMessageId

      public String inlineMessageId
      Inline message identifier.
    • replyMarkup

      public TdApi.ReplyMarkup replyMarkup
      The new message reply markup; pass null if none.
    • inputMessageContent

      public TdApi.InputMessageContent inputMessageContent
      New text content of the message. Must be of type inputMessageText.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • EditInlineMessageText

      public EditInlineMessageText()
      Edits the text of an inline text or game message sent via a bot; for bots only. Returns Ok
    • EditInlineMessageText

      public EditInlineMessageText(String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent)
      Edits the text of an inline text or game message sent via a bot; for bots only. Returns Ok
      Parameters:
      inlineMessageId - String Inline message identifier.
      replyMarkup - ReplyMarkup The new message reply markup; pass null if none.
      inputMessageContent - InputMessageContent New text content of the message. Must be of type inputMessageText.
    • EditInlineMessageText

      public EditInlineMessageText(DataInput input) throws IOException
      Edits the text of an inline text or game message sent via a bot; for bots only. Returns Ok
      Throws:
      IOException
  • Method Details