The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Async::Slack::Event::TeamPrefChange - A team preference has been updated

DESCRIPTION

Example input data:

    {
        "type": "team_pref_change",
        "name": "slackbot_responses_only_admins",
        "value": true
    }

INHERITED METHODS

Net::Async::Slack::EventType

from_json, import, new