some-fixes
All checks were successful
deploy / deploy (push) Successful in 1m10s

This commit is contained in:
2023-11-24 05:20:16 +03:00
parent ab4204db37
commit fd95d1ee11
3 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,6 @@ class ChatMember(TypedDict):
id: int
slug: str
name: str
userpic: Optional[str]
pic: Optional[str]
last_seen: int
online: Optional[bool]