interface BotPostOptions

Options for the Bot#post method.

Properties

resolveFacets?: boolean

Whether to automatically resolve facets in the post's text. This will be ignored if the provided post data already has facets attached.

Default: true

splitLongPost?: boolean

Whether to split the post into multiple posts if it exceeds the character limit.

Default: false