pub async fn delete_quick_reply_shortcut_messages(
shortcut_id: i32,
message_ids: Vec<i64>,
client_id: i32,
) -> Result<(), Error>Expand description
Deletes specified quick reply messages
ยงArguments
shortcut_id- Unique identifier of the quick reply shortcut to which the messages belongmessage_ids- Unique identifiers of the messagesclient_id- The client id to send the request to