mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-18 13:56:55 +00:00
bot types
This commit is contained in:
+1
-1
@@ -3614,7 +3614,7 @@ A_QUEUE:
|
||||
## SimplexNameClaim
|
||||
|
||||
**Record type**:
|
||||
- name: [SimplexNameInfo](#simplexnameinfo)
|
||||
- name: string
|
||||
- proof: [NameClaimProof](#nameclaimproof)?
|
||||
|
||||
|
||||
|
||||
@@ -3984,7 +3984,7 @@ export enum SimplexLinkType {
|
||||
}
|
||||
|
||||
export interface SimplexNameClaim {
|
||||
name: SimplexNameInfo
|
||||
name: string
|
||||
proof?: NameClaimProof
|
||||
}
|
||||
|
||||
|
||||
@@ -2781,7 +2781,7 @@ class SimplePreference(TypedDict):
|
||||
SimplexLinkType = Literal["contact", "invitation", "group", "channel", "relay"]
|
||||
|
||||
class SimplexNameClaim(TypedDict):
|
||||
name: "SimplexNameInfo"
|
||||
name: str
|
||||
proof: NotRequired["NameClaimProof"]
|
||||
|
||||
class SimplexNameDomain(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user