Interface UpdateQuickReplyShortcut

Basic information about a quick reply shortcut has changed. This update is guaranteed to come before the quick shortcut name is returned to the application. Subtype of Update.

interface UpdateQuickReplyShortcut {
    @type: "updateQuickReplyShortcut";
    shortcut: QuickReplyShortcut;
}

Properties

Properties

@type: "updateQuickReplyShortcut"

New data about the shortcut.