Skip to content

Support Both Strings and Slack's Plain Text and Markdown Objects #82

@raycharius

Description

@raycharius

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions