update bot api types

This commit is contained in:
Evgeny Poberezkin
2026-06-29 17:18:05 +01:00
parent 6f349bddee
commit c02953a10b
3 changed files with 6 additions and 0 deletions
@@ -1442,6 +1442,7 @@ class ContactAddressPlan_ok(TypedDict):
type: Literal["ok"]
contactSLinkData_: NotRequired["ContactShortLinkData"]
ownerVerification: NotRequired["OwnerVerification"]
verifiedName: NotRequired["SimplexNameInfo"]
class ContactAddressPlan_ownLink(TypedDict):
type: Literal["ownLink"]
@@ -1881,6 +1882,7 @@ class GroupLinkPlan_ok(TypedDict):
groupSLinkInfo_: NotRequired["GroupShortLinkInfo"]
groupSLinkData_: NotRequired["GroupShortLinkData"]
ownerVerification: NotRequired["OwnerVerification"]
verifiedName: NotRequired["SimplexNameInfo"]
class GroupLinkPlan_ownLink(TypedDict):
type: Literal["ownLink"]