mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 22:54:29 +00:00
wip
This commit is contained in:
@@ -2344,6 +2344,7 @@ Known:
|
||||
|
||||
**Record type**:
|
||||
- groupRelayId: int64
|
||||
- userChatRelayId: int64
|
||||
- relayStatus: [RelayStatus](#relaystatus)
|
||||
- relayLink: string?
|
||||
|
||||
@@ -3588,6 +3589,14 @@ OperatorNotFound:
|
||||
UsageConditionsNotFound:
|
||||
- type: "usageConditionsNotFound"
|
||||
|
||||
UserChatRelayNotFound:
|
||||
- type: "userChatRelayNotFound"
|
||||
- chatRelayId: int64
|
||||
|
||||
GroupRelayNotFound:
|
||||
- type: "groupRelayNotFound"
|
||||
- groupRelayId: int64
|
||||
|
||||
InvalidQuote:
|
||||
- type: "invalidQuote"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user