> For the complete documentation index, see [llms.txt](https://megaphone.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://megaphone.ortusbooks.com/reference/baseprovider/slackprovider/slackmessage/textobject.md).

# TextObject

**Inherits from `PlainTextOnlyTextObject`**

{% content-ref url="/pages/XponDgB2h3D93mdKkUaF" %}
[PlainTextOnlyTextObject](/reference/baseprovider/slackprovider/slackmessage/plaintextonlytextobject.md)
{% endcontent-ref %}

### markdown

Sets the type for this `TextObject` to markdown.

<table><thead><tr><th width="104">Name</th><th width="229">Type</th><th>Required</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td>No arguments</td><td></td><td></td><td></td><td></td></tr></tbody></table>

**Return**: The `TextObject` instance.

### verbatim

Indicate that URLs, conversation names and certain mentions should not be auto-linked. Only applicable for [markdown](#markdown) text objects.

<table><thead><tr><th width="104">Name</th><th width="229">Type</th><th>Required</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td>No arguments</td><td></td><td></td><td></td><td></td></tr></tbody></table>

**Return**: The `TextObject` instance.
