CanSendStory constructor

CanSendStory(
  1. {required int chat_id,
  2. int? extra,
  3. int? clientId}
)

Checks whether the current user can send a story on behalf of a chat; requires can_post_stories rights for channel chats

Returns CanSendStoryResult

Implementation

CanSendStory