delete_quick_reply_shortcut_messages

Function delete_quick_reply_shortcut_messages 

Source
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 belong
  • message_ids - Unique identifiers of the messages
  • client_id - The client id to send the request to