-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Is your feature request related to a problem? Please describe.
Up until now, all of the properties that are plain text or markdown text objects per Slack's API have accepted only strings. And the overall logic was if it can be markdown – it defaults to markdown. This can be problematic as some may desire plain text.
Additionally, it has been impossible to configure the emoji and verbatim properties for these objects.
Describe the solution you'd like
The current approach is nice, as it is not verbose. But the library for those properties, the library needs to support strings, markdown objects, and plain-text objects.
Need to create corresponding builder objects and expose those as exports.
nlwillia
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request