All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.seratch.jslack.api.model.block.element.RichTextElement Maven / Gradle / Ivy

package com.github.seratch.jslack.api.model.block.element;

/**
 * 
 * {
 *   "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://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less */ public interface RichTextElement { String getType(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy