Interface RichTextElement
- All Known Implementing Classes:
RichTextListElement,RichTextPreformattedElement,RichTextQuoteElement,RichTextSectionElement,RichTextSectionElement.Broadcast,RichTextSectionElement.Canvas,RichTextSectionElement.Channel,RichTextSectionElement.Color,RichTextSectionElement.Date,RichTextSectionElement.Emoji,RichTextSectionElement.Link,RichTextSectionElement.Team,RichTextSectionElement.Text,RichTextSectionElement.User,RichTextSectionElement.UserGroup,RichTextUnknownElement
public interface RichTextElement
{
"type": "rich_text",
"block_id": "",
"elements": [
{
"type": "rich_text_section",
"elements": []
},
{
"type": "rich_text_list",
"elements": [],
"style": "bullet",
"indent": 0
},
{
"type": "rich_text_quote",
"elements": []
},
{
"type": "rich_text_preformatted",
"elements": []
}
]
}
https://docs.slack.dev/changelog/2019/09/01/what-they-see-is-what-you-get-and-more-and-less
-
Method Summary
-
Method Details
-
getType
String getType()
-