pub async fn delete_quick_reply_shortcut(
shortcut_id: i32,
client_id: i32,
) -> Result<(), Error>Expand description
Deletes a quick reply shortcut
ยงArguments
shortcut_id- Unique identifier of the quick reply shortcutclient_id- The client id to send the request to