mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-26 09:44:55 +00:00
wip
This commit is contained in:
@@ -906,6 +906,7 @@ Create group.
|
||||
**Parameters**:
|
||||
- userId: int64
|
||||
- incognito: bool
|
||||
- useRelays: bool
|
||||
- groupProfile: [GroupProfile](./TYPES.md#groupprofile)
|
||||
|
||||
**Syntax**:
|
||||
|
||||
@@ -102,6 +102,7 @@ This file is generated automatically.
|
||||
- [GroupPreference](#grouppreference)
|
||||
- [GroupPreferences](#grouppreferences)
|
||||
- [GroupProfile](#groupprofile)
|
||||
- [GroupRelay](#grouprelay)
|
||||
- [GroupShortLinkData](#groupshortlinkdata)
|
||||
- [GroupSummary](#groupsummary)
|
||||
- [GroupSupportChat](#groupsupportchat)
|
||||
@@ -140,6 +141,7 @@ This file is generated automatically.
|
||||
- [RcvFileStatus](#rcvfilestatus)
|
||||
- [RcvFileTransfer](#rcvfiletransfer)
|
||||
- [RcvGroupEvent](#rcvgroupevent)
|
||||
- [RelayStatus](#relaystatus)
|
||||
- [ReportReason](#reportreason)
|
||||
- [RoleGroupPreference](#rolegrouppreference)
|
||||
- [SMPAgentError](#smpagenterror)
|
||||
@@ -2134,6 +2136,7 @@ MemberSupport:
|
||||
**Record type**:
|
||||
- groupId: int64
|
||||
- useRelays: bool
|
||||
- relayOwnStatus: [RelayStatus](#relaystatus)?
|
||||
- localDisplayName: string
|
||||
- groupProfile: [GroupProfile](#groupprofile)
|
||||
- localAlias: string
|
||||
@@ -2219,6 +2222,7 @@ Known:
|
||||
- updatedAt: UTCTime
|
||||
- supportChat: [GroupSupportChat](#groupsupportchat)?
|
||||
- isChatRelay: bool
|
||||
- relayData: [GroupRelay](#grouprelay)?
|
||||
|
||||
|
||||
---
|
||||
@@ -2329,10 +2333,21 @@ Known:
|
||||
- shortDescr: string?
|
||||
- description: string?
|
||||
- image: string?
|
||||
- groupLink: string?
|
||||
- groupPreferences: [GroupPreferences](#grouppreferences)?
|
||||
- memberAdmission: [GroupMemberAdmission](#groupmemberadmission)?
|
||||
|
||||
|
||||
---
|
||||
|
||||
## GroupRelay
|
||||
|
||||
**Record type**:
|
||||
- groupRelayId: int64
|
||||
- relayStatus: [RelayStatus](#relaystatus)
|
||||
- relayLink: string?
|
||||
|
||||
|
||||
---
|
||||
|
||||
## GroupShortLinkData
|
||||
@@ -3041,6 +3056,17 @@ NewMemberPendingReview:
|
||||
- type: "newMemberPendingReview"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## RelayStatus
|
||||
|
||||
**Enum type**:
|
||||
- "new"
|
||||
- "invited"
|
||||
- "accepted"
|
||||
- "active"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## ReportReason
|
||||
|
||||
Reference in New Issue
Block a user