We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9750d2c + ad0d283 commit d3b9735Copy full SHA for d3b9735
src/MessageBird/Objects/Conversation/Channel.php
@@ -18,6 +18,10 @@ class Channel extends Base
18
public const STATUS_DELETED = 'deleted';
19
public const STATUS_INACTIVE = 'inactive';
20
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';
25
26
/**
27
* The unique ID generated by the MessageBird platform that identifies this
0 commit comments