Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 5.91 KB

File metadata and controls

15 lines (12 loc) · 5.91 KB

DigestSection

Fields

Field Type Required Description
id String ✔️ Unique identifier for the digest section.
type SectionType ✔️ Type of the section. This defines how the section should be interpreted and rendered in the digest.
displayName Optional<String> Human-readable name for the digest section.
channelName Optional<String> Name of the channel (applicable for CHANNEL type sections). Used to display in the frontend.
channelType Optional<String> Channel visibility/type for CHANNEL sections. For Slack this is typically one of
PublicChannel, PrivateChannel. Omit if not applicable or unknown.
instanceId Optional<String> Instance identifier for the channel or workspace. Used for constructing channel URLs to display in the frontend.
url Optional<String> Optional URL for the digest section. Should be populated only if the section is a CHANNEL type section.
updates List<DigestUpdate> ✔️ List of updates within this digest section.