Skip to content

Commit

Permalink
Merge pull request #156 from wittfabian/master
Browse files Browse the repository at this point in the history
Update Message.php
  • Loading branch information
wittfabian authored Nov 9, 2018
2 parents 3628980 + 420947b commit ad35c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Messages/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Message
const TYPE_RESPONSE = "RESPONSE";
const TYPE_UPDATE = "UPDATE";
const TYPE_MESSAGE_TAG = "MESSAGE_TAG";
const TYPE_NON_PROMOTIONAL_SUBSCRIPTION = "NON_PROMOTIONAL_SUBSCRIPTION";

/**
* Tag types // https://developers.facebook.com/docs/messenger-platform/send-messages/message-tags
Expand All @@ -37,6 +36,7 @@ class Message
const TAG_GAME_EVENT = "GAME_EVENT";
const TAG_TRANSPORTATION_UPDATE = "TRANSPORTATION_UPDATE";
const TAG_TICKET_UPDATE = "TICKET_UPDATE";
const TAG_NON_PROMOTIONAL_SUBSCRIPTION = "NON_PROMOTIONAL_SUBSCRIPTION";

/**
* Notification types
Expand Down

0 comments on commit ad35c22

Please sign in to comment.