You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`|*string*|:heavy_check_mark:| Unique identifier for the digest section. |
22
-
|`type`|[components.SectionType](../../models/components/sectiontype.md)|:heavy_check_mark:| Type of the section. This defines how the section should be interpreted and rendered in the digest. |
23
-
|`displayName`|*string*|:heavy_minus_sign:| Human-readable name for the digest section. |
24
-
|`channelName`|*string*|:heavy_minus_sign:| Name of the channel (applicable for CHANNEL type sections). Used to display in the frontend. |
25
-
|`instanceId`|*string*|:heavy_minus_sign:| Instance identifier for the channel or workspace. Used for constructing channel URLs to display in the frontend. |
26
-
|`url`|*string*|:heavy_minus_sign:| Optional URL for the digest section. Should be populated only if the section is a CHANNEL type section. |
27
-
|`updates`|[components.DigestUpdate](../../models/components/digestupdate.md)[]|:heavy_check_mark:| List of updates within this digest section. |
|`id`|*string*|:heavy_check_mark:| Unique identifier for the digest section. |
22
+
|`type`|[components.SectionType](../../models/components/sectiontype.md)|:heavy_check_mark:| Type of the section. This defines how the section should be interpreted and rendered in the digest. |
23
+
|`displayName`|*string*|:heavy_minus_sign:| Human-readable name for the digest section. |
24
+
|`channelName`|*string*|:heavy_minus_sign:| Name of the channel (applicable for CHANNEL type sections). Used to display in the frontend. |
25
+
|`channelType`|*string*|:heavy_minus_sign:| Channel visibility/type for CHANNEL sections. For Slack this is typically one of<br/>PublicChannel, PrivateChannel. Omit if not applicable or unknown.<br/> |
26
+
|`instanceId`|*string*|:heavy_minus_sign:| Instance identifier for the channel or workspace. Used for constructing channel URLs to display in the frontend. |
27
+
|`url`|*string*|:heavy_minus_sign:| Optional URL for the digest section. Should be populated only if the section is a CHANNEL type section. |
28
+
|`updates`|[components.DigestUpdate](../../models/components/digestupdate.md)[]|:heavy_check_mark:| List of updates within this digest section. |
0 commit comments