mark_chat_unread()#
- 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.
chat_id (int | str) – Unique identifier (int) or username (str) of the target chat.
bool – On success, True is returned.