plan, bot types

This commit is contained in:
Evgeny Poberezkin
2026-06-06 12:52:36 +01:00
parent ce5fc0a558
commit a9e0ac3f07
4 changed files with 66 additions and 23 deletions
@@ -3447,7 +3447,7 @@ class UserContactRequest(TypedDict):
cReqChatVRange: "VersionRange"
localDisplayName: str
profileId: int # int64
profile: "Profile"
profile: "LocalProfile"
createdAt: str # ISO-8601 timestamp
updatedAt: str # ISO-8601 timestamp
xContactId: NotRequired[str]