Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from thesedays/master
Browse files Browse the repository at this point in the history
Add support for Slack testbot
  • Loading branch information
eristemena authored Aug 28, 2018
2 parents b848ff7 + bfdeaa0 commit 2a69cde
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/RichMessage/RichMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ abstract class RichMessage
protected $requestSource;

protected $v2PlatformMap = [
'unspecified' => 'PLATFORM_UNSPECIFIED',
'facebook' => 'FACEBOOK',
'slack' => 'SLACK',
'telegram' => 'TELEGRAM',
'kik' => 'KIK',
'skype' => 'SKYPE',
'line' => 'LINE',
'viber' => 'VIBER',
'google' => 'ACTIONS_ON_GOOGLE',
'unspecified' => 'PLATFORM_UNSPECIFIED',
'facebook' => 'FACEBOOK',
'slack' => 'SLACK',
'slack_testbot' => 'SLACK',
'telegram' => 'TELEGRAM',
'kik' => 'KIK',
'skype' => 'SKYPE',
'line' => 'LINE',
'viber' => 'VIBER',
'google' => 'ACTIONS_ON_GOOGLE',
];

protected $supportedRichMessagePlatforms = [
Expand Down

0 comments on commit 2a69cde

Please sign in to comment.