stories.CanSendStoryCount#

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

Constructor of CanSendStoryCount.

Details:
  • Layer: 220

  • ID: C387C04E

Parameters:

count_remains (int 32-bit) – Remaining active story slots.

Functions:

This object can be returned by 1 function.

stories.CanSendStory

Check whether we can post stories as the specified peer.