pub async fn get_prepared_inline_message(
bot_user_id: i64,
prepared_message_id: String,
client_id: i32,
) -> Result<PreparedInlineMessage, Error>Expand description
Saves an inline message to be sent by the given user
ยงArguments
bot_user_id- Identifier of the bot that created the messageprepared_message_id- Identifier of the prepared messageclient_id- The client id to send the request to