Optional
attachment?: ArenaAttachment | null(String) The type of block. Can be "Image", "Text", "Link", "Media", or "Attachment"
(Integer) The number of comments on a block
Optional
connections?: ArenaChannel[](String, can be null) If the block is of class "Text", this will be the text content as markdown
(String, can be null) If the block is of class "Text", this will be the text content as HTML
(Timestamp) Timestamp when the block was created
(String, can be null) This is used for captioning any type of block. Returns markdown.
(String, can be null) This is used for captioning any type of block. Returns HTML
Optional
embed?: ArenaEmbed | null(String) If the title is present on the block, this will be identical to the title. Otherwise it will be a truncated string of the description or content. If neither of those are present, it will be "Untitled"
Optional
group?: ArenaGroup | null(Integer) The internal ID of the block
(String) Represents the state of the blocks processing lifecycle (this will most often "Available" but can also be "Failure", "Processed", "Processing")
(String, can be null) The title of the block
(Timestamp) Timestamp when the block was last updated
(Hash) Representation of the author of the block
Optional
visibility?: "private" | "public"Generated using TypeDoc
(String) This will always be "Block"