mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
23 KiB
23 KiB
GetGroupGroup
Example Usage
import { GetGroupGroup } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetGroupGroup = {
allowMembershipRequests: false,
allowUnknownSenderTopicReplies: false,
automatic: false,
automaticMembershipEmailDomains: "<value>",
bioCooked: "<value>",
bioExcerpt: "<value>",
bioRaw: "<value>",
canAdminGroup: false,
canSeeMembers: false,
defaultNotificationLevel: 976460,
emailPassword: "<value>",
emailUsername: "<value>",
flairBgColor: "<value>",
flairColor: "<value>",
flairUrl: "<value>",
fullName: "Jessie Langosh V",
grantTrustLevel: "<value>",
hasMessages: false,
id: 451159,
imapLastError: "<value>",
imapMailboxName: "<value>",
imapMailboxes: ["<value>"],
imapNewEmails: "<value>",
imapOldEmails: "<value>",
imapPort: "<value>",
imapServer: "<value>",
imapSsl: "<value>",
incomingEmail: "<value>",
isGroupOwnerDisplay: false,
isGroupUser: false,
membersVisibilityLevel: 739264,
membershipRequestTemplate: "<value>",
mentionable: false,
mentionableLevel: 19987,
messageCount: 39187,
messageable: false,
messageableLevel: 441711,
mutedCategoryIds: ["<value>"],
name: "<value>",
primaryGroup: false,
publicAdmission: false,
publicExit: false,
publishReadState: false,
regularCategoryIds: ["<value>"],
smtpPort: "<value>",
smtpServer: "<value>",
smtpSsl: "<value>",
title: "<value>",
trackingCategoryIds: ["<value>"],
userCount: 282807,
visibilityLevel: 979587,
watchingCategoryIds: ["<value>"],
watchingFirstPostCategoryIds: ["<value>"],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
allowMembershipRequests |
boolean | ✔️ | N/A |
allowUnknownSenderTopicReplies |
boolean | ✔️ | N/A |
associatedGroupIds |
any[] | ➖ | N/A |
automatic |
boolean | ✔️ | N/A |
automaticMembershipEmailDomains |
string | ✔️ | N/A |
bioCooked |
string | ✔️ | N/A |
bioExcerpt |
string | ✔️ | N/A |
bioRaw |
string | ✔️ | N/A |
canAdminGroup |
boolean | ✔️ | N/A |
canEditGroup |
boolean | ➖ | N/A |
canSeeMembers |
boolean | ✔️ | N/A |
defaultNotificationLevel |
number | ✔️ | N/A |
emailFromAlias |
string | ➖ | N/A |
emailPassword |
string | ✔️ | N/A |
emailUsername |
string | ✔️ | N/A |
flairBgColor |
string | ✔️ | N/A |
flairColor |
string | ✔️ | N/A |
flairUrl |
string | ✔️ | N/A |
fullName |
string | ✔️ | N/A |
grantTrustLevel |
string | ✔️ | N/A |
hasMessages |
boolean | ✔️ | N/A |
id |
number | ✔️ | N/A |
imapEnabled |
boolean | ➖ | N/A |
imapLastError |
string | ✔️ | N/A |
imapMailboxName |
string | ✔️ | N/A |
imapMailboxes |
any[] | ✔️ | N/A |
imapNewEmails |
string | ✔️ | N/A |
imapOldEmails |
string | ✔️ | N/A |
imapPort |
string | ✔️ | N/A |
imapServer |
string | ✔️ | N/A |
imapSsl |
string | ✔️ | N/A |
imapUpdatedAt |
string | ➖ | N/A |
imapUpdatedBy |
operations.ImapUpdatedBy | ➖ | N/A |
incomingEmail |
string | ✔️ | N/A |
isGroupOwnerDisplay |
boolean | ✔️ | N/A |
isGroupUser |
boolean | ✔️ | N/A |
membersVisibilityLevel |
number | ✔️ | N/A |
membershipRequestTemplate |
string | ✔️ | N/A |
mentionable |
boolean | ✔️ | N/A |
mentionableLevel |
number | ✔️ | N/A |
messageCount |
number | ✔️ | N/A |
messageable |
boolean | ✔️ | N/A |
messageableLevel |
number | ✔️ | N/A |
mutedCategoryIds |
any[] | ✔️ | N/A |
mutedTags |
any[] | ➖ | N/A |
name |
string | ✔️ | N/A |
primaryGroup |
boolean | ✔️ | N/A |
publicAdmission |
boolean | ✔️ | N/A |
publicExit |
boolean | ✔️ | N/A |
publishReadState |
boolean | ✔️ | N/A |
regularCategoryIds |
any[] | ✔️ | N/A |
regularTags |
any[] | ➖ | N/A |
smtpEnabled |
boolean | ➖ | N/A |
smtpPort |
string | ✔️ | N/A |
smtpServer |
string | ✔️ | N/A |
smtpSsl |
string | ✔️ | N/A |
smtpUpdatedAt |
string | ➖ | N/A |
smtpUpdatedBy |
operations.SmtpUpdatedBy | ➖ | N/A |
title |
string | ✔️ | N/A |
trackingCategoryIds |
any[] | ✔️ | N/A |
trackingTags |
any[] | ➖ | N/A |
userCount |
number | ✔️ | N/A |
visibilityLevel |
number | ✔️ | N/A |
watchingCategoryIds |
any[] | ✔️ | N/A |
watchingFirstPostCategoryIds |
any[] | ✔️ | N/A |
watchingFirstPostTags |
any[] | ➖ | N/A |
watchingTags |
any[] | ➖ | N/A |