Merge branch 'master' into ep/profile-description

This commit is contained in:
Evgeny Poberezkin
2026-07-15 15:49:53 +01:00
30 changed files with 264 additions and 102 deletions
@@ -1935,6 +1935,7 @@ class GroupMember(TypedDict):
supportChat: NotRequired["GroupSupportChat"]
memberPubKey: NotRequired[str]
relayLink: NotRequired[str]
memberVerifiedCode: NotRequired["SecurityCode"]
class GroupMemberAdmission(TypedDict):
review: NotRequired["MemberCriteria"]