pub async fn load_quick_reply_shortcut_messages(
shortcut_id: i32,
client_id: i32,
) -> Result<(), Error>Expand description
Loads quick reply messages that can be sent by a given quick reply shortcut. The loaded messages will be sent through updateQuickReplyShortcutMessages
ยงArguments
shortcut_id- Unique identifier of the quick reply shortcutclient_id- The client id to send the request to