Function edit_inline_message_text

Source
pub async fn edit_inline_message_text(
    inline_message_id: String,
    reply_markup: Option<ReplyMarkup>,
    input_message_content: InputMessageContent,
    client_id: i32,
) -> Result<(), Error>
Expand description

Edits the text of an inline text or game message sent via a bot; for bots only

ยงArguments

  • inline_message_id - Inline message identifier
  • reply_markup - The new message reply markup; pass null if none
  • input_message_content - New text content of the message. Must be of type inputMessageText
  • client_id - The client id to send the request to