Update main.py
Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com>
This commit is contained in:
parent
700c01b2d3
commit
d504e5fa45
1 changed files with 3 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -952,6 +952,8 @@ async def list_chats(chat_type: str = None, limit: int = 20) -> str:
|
|||
chat_info += f", Unread: {unread_count}"
|
||||
elif unread_mark:
|
||||
chat_info += ", Unread: marked"
|
||||
else:
|
||||
chat_info += ", No unread messages"
|
||||
|
||||
results.append(chat_info)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue