Link Search Menu Expand Document

Constructor: stories.canSendStoryCount

Back to constructors index

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:

NameTypeRequiredDescription
count_remainsintYesRemaining active story slots.

Type: stories.CanSendStoryCount

Example:

$stories_canSendStoryCount = ['_' => 'stories.canSendStoryCount', 'count_remains' => int];