The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Async::Slack::Event::Shortcut - User selected a shortcut

DESCRIPTION

Example input data:

    {
        "action_ts": "1678943959.921154",
        "callback_id": "some_request",
        "enterprise": null,
        "is_enterprise_install": false,
        "team": {
            "domain": "example",
            "id => "T02038412",
        },
        "token": "I...",
        "trigger_id" => "2048348233713.13045238123.402bb8adc722834fe8a8a8ed7a82d1ac",
        "type": "shortcut",
        "user": {
            "id": "U1WC7C9E0",
            "team_id": "T0D277EE5",
            "username": "tom"
        }
    }

INHERITED METHODS

Net::Async::Slack::EventType

from_json, import, new

AUTHOR

Tom Molesworth <TEAM@cpan.org>

LICENSE

Copyright Tom Molesworth 2016-2022. Licensed under the same terms as Perl itself.