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 identifierreply_markup
- The new message reply markup; pass null if noneinput_message_content
- New text content of the message. Must be of type inputMessageTextclient_id
- The client id to send the request to