stories.CanSendStoryCount

class pyrogram.raw.base.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).

Constructors:

This base type has 1 constructor available.

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).

Functions:

This object can be returned by 1 function.

stories.CanSendStory

Check whether we can post stories as the specified peer.

TL Schema

stories.canSendStoryCount#c387c04e
count_remains:int

= stories.CanSendStoryCount

Parameter Tree

CanSendStoryCount
└── count_remainsint

Example

CanSendStoryCount(
    count_remains=0,
)