This commit is contained in:
spaced4ndy
2025-10-28 20:38:35 +04:00
parent c64b921a71
commit ac40e56e44
22 changed files with 381 additions and 147 deletions
+1
View File
@@ -906,6 +906,7 @@ Create group.
**Parameters**:
- userId: int64
- incognito: bool
- useRelays: bool
- groupProfile: [GroupProfile](./TYPES.md#groupprofile)
**Syntax**:
+26
View File
@@ -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