Layer 220
StoriesCanSendStoryCount
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).
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| CountRemains | int | Remaining active story slots. |
Returns
stories.CanSendStoryCountGogram Example
// Creating StoriesCanSendStoryCount constructor obj := &tg.StoriesCanSendStoryCount{ CountRemains: 0, }