mark_chat_unread()¶
- async Client.mark_chat_unread()¶
Mark a chat as unread.
Usable by Users Bots- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.- Returns:
bool– On success, True is returned.
Mark a chat as unread.
Usable by Users Botschat_id (int | str) – Unique identifier (int) or username (str) of the target chat.
bool – On success, True is returned.