Skip to main content

get_prepared_inline_message

Function get_prepared_inline_message 

Source
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 message
  • prepared_message_id - Identifier of the prepared message
  • client_id - The client id to send the request to