can_send_story()#
- Client.can_send_story()#
Can send story
Usable by Users Bots- Parameters:
chat_id (
int
|str
) – Unique identifier (int) or username (str) of the target chat.- Returns:
str
– On success, a bool is returned.
Example
# Check if you can send story to chat id app.can_send_story(chat_id)