mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 16:52:01 +00:00
core, ui: public group profile wip (#6734)
This commit is contained in:
+23
-4
@@ -109,6 +109,7 @@ This file is generated automatically.
|
||||
- [GroupShortLinkInfo](#groupshortlinkinfo)
|
||||
- [GroupSummary](#groupsummary)
|
||||
- [GroupSupportChat](#groupsupportchat)
|
||||
- [GroupType](#grouptype)
|
||||
- [HandshakeError](#handshakeerror)
|
||||
- [InlineFileMode](#inlinefilemode)
|
||||
- [InvitationLinkPlan](#invitationlinkplan)
|
||||
@@ -138,6 +139,7 @@ This file is generated automatically.
|
||||
- [ProxyClientError](#proxyclienterror)
|
||||
- [ProxyError](#proxyerror)
|
||||
- [PublicGroupData](#publicgroupdata)
|
||||
- [PublicGroupProfile](#publicgroupprofile)
|
||||
- [RCErrorType](#rcerrortype)
|
||||
- [RatchetSyncState](#ratchetsyncstate)
|
||||
- [RcvConnEvent](#rcvconnevent)
|
||||
@@ -2199,7 +2201,7 @@ MemberSupport:
|
||||
## GroupKeys
|
||||
|
||||
**Record type**:
|
||||
- sharedGroupId: string
|
||||
- publicGroupId: string
|
||||
- groupRootKey: [GroupRootKey](#grouprootkey)
|
||||
- memberPrivKey: string
|
||||
|
||||
@@ -2382,10 +2384,9 @@ Known:
|
||||
- shortDescr: string?
|
||||
- description: string?
|
||||
- image: string?
|
||||
- groupLink: string?
|
||||
- publicGroup: [PublicGroupProfile](#publicgroupprofile)?
|
||||
- groupPreferences: [GroupPreferences](#grouppreferences)?
|
||||
- memberAdmission: [GroupMemberAdmission](#groupmemberadmission)?
|
||||
- sharedGroupId: string?
|
||||
|
||||
|
||||
---
|
||||
@@ -2431,7 +2432,7 @@ Public:
|
||||
**Record type**:
|
||||
- direct: bool
|
||||
- groupRelays: [string]
|
||||
- sharedGroupId: string?
|
||||
- publicGroupId: string?
|
||||
|
||||
|
||||
---
|
||||
@@ -2455,6 +2456,14 @@ Public:
|
||||
- lastMsgFromMemberTs: UTCTime?
|
||||
|
||||
|
||||
---
|
||||
|
||||
## GroupType
|
||||
|
||||
**Enum type**:
|
||||
- "channel"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## HandshakeError
|
||||
@@ -2915,6 +2924,16 @@ NO_SESSION:
|
||||
- publicMemberCount: int64
|
||||
|
||||
|
||||
---
|
||||
|
||||
## PublicGroupProfile
|
||||
|
||||
**Record type**:
|
||||
- groupType: [GroupType](#grouptype)
|
||||
- groupLink: string
|
||||
- publicGroupId: string
|
||||
|
||||
|
||||
---
|
||||
|
||||
## RCErrorType
|
||||
|
||||
Reference in New Issue
Block a user