mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-17 08:41:55 +00:00
core: public groups - roster of privileged members (#7017)
This commit is contained in:
@@ -87,6 +87,7 @@ This file is generated automatically.
|
||||
- [FileProtocol](#fileprotocol)
|
||||
- [FileStatus](#filestatus)
|
||||
- [FileTransferMeta](#filetransfermeta)
|
||||
- [FileType](#filetype)
|
||||
- [Format](#format)
|
||||
- [FormattedText](#formattedtext)
|
||||
- [FullGroupPreferences](#fullgrouppreferences)
|
||||
@@ -2100,6 +2101,15 @@ NO_FILE:
|
||||
- cancelled: bool
|
||||
|
||||
|
||||
---
|
||||
|
||||
## FileType
|
||||
|
||||
**Enum type**:
|
||||
- "normal"
|
||||
- "roster"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Format
|
||||
@@ -2316,6 +2326,7 @@ MemberSupport:
|
||||
- uiThemes: [UIThemeEntityOverrides](#uithemeentityoverrides)?
|
||||
- customData: JSONObject?
|
||||
- groupSummary: [GroupSummary](#groupsummary)
|
||||
- rosterVersion: int64?
|
||||
- membersRequireAttention: int
|
||||
- viaGroupLinkUri: string?
|
||||
- groupKeys: [GroupKeys](#groupkeys)?
|
||||
@@ -3317,6 +3328,7 @@ Cancelled:
|
||||
- xftpRcvFile: [XFTPRcvFile](#xftprcvfile)?
|
||||
- fileInvitation: [FileInvitation](#fileinvitation)
|
||||
- fileStatus: [RcvFileStatus](#rcvfilestatus)
|
||||
- fileType: [FileType](#filetype)
|
||||
- rcvFileInline: [InlineFileMode](#inlinefilemode)?
|
||||
- senderDisplayName: string
|
||||
- chunkSize: int64
|
||||
@@ -3441,6 +3453,7 @@ ParseError:
|
||||
- "new"
|
||||
- "invited"
|
||||
- "accepted"
|
||||
- "acknowledgedRoster"
|
||||
- "active"
|
||||
- "inactive"
|
||||
- "rejected"
|
||||
|
||||
Reference in New Issue
Block a user