Skip to content

Commit d3b9735

Browse files
authored
Merge pull request #196 from jalerson/add-channel-statuses
add missing statuses
2 parents 9750d2c + ad0d283 commit d3b9735

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MessageBird/Objects/Conversation/Channel.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ class Channel extends Base
1818
public const STATUS_DELETED = 'deleted';
1919
public const STATUS_INACTIVE = 'inactive';
2020
public const STATUS_PENDING = 'pending';
21+
public const STATUS_UNAVAILABLE = 'unavailable';
22+
public const STATUS_ACTION_REQUIRED = 'action_required';
23+
public const STATUS_ACTIVATION_FAILED = 'activation_failed';
24+
public const STATUS_NOT_VERIFIED = 'not_verified';
2125

2226
/**
2327
* The unique ID generated by the MessageBird platform that identifies this

0 commit comments

Comments
 (0)