Type Alias: RichTextElement
type RichTextElement:
| RichTextBroadcastMention
| RichTextColor
| RichTextChannelMention
| RichTextDate
| RichTextEmoji
| RichTextLink
| RichTextTeamMention
| RichTextText
| RichTextUserMention
| RichTextUsergroupMention;
Description
Union of rich text sub-elements for use within rich text blocks.