hide_chat_stories()¶
- Client.hide_chat_stories()¶
Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen.
Usable by Users Bots- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat. For your personal cloud (Saved Messages) you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).- Returns:
bool– On success, a bool is returned.
Example
# Hide stories from specific chat await app.hide_chat_stories(chat_id)