Constructor: stories.canSendStoryCount
Contains the number of available active story slots (equal to the value of the story_expiring_limit_* client configuration parameter minus the number of currently active stories).
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| count_remains | int | Yes | Remaining active story slots. |
Type: stories.CanSendStoryCount
Example:
$stories_canSendStoryCount = ['_' => 'stories.canSendStoryCount', 'count_remains' => int];