Skip to content

Add support for reactions #65

@iNilo

Description

@iNilo

I'd love to reply to a message / command, not by text, but by reaction.

I'm trying to look into this myself, but I'm not experienced enough yet

eg:

$botman->hears('wave', function (BotMan $bot)
{
       $bot->replyWithReaction("thumbsup");
});

https://api.slack.com/methods/reactions.add

I suppose it would need to be added here

} elseif ($this->resultType == self::RESULT_DIALOG) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions