pub async fn reorder_quick_reply_shortcuts(
shortcut_ids: Vec<i32>,
client_id: i32,
) -> Result<(), Error>Expand description
Changes the order of quick reply shortcuts
ยงArguments
shortcut_ids- The new order of quick reply shortcutsclient_id- The client id to send the request to