@@ -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]
The note is not visible to the blocked user.