Attributes

PRO Features

Attributes available only for bots with an active PRO plan.
These attributes are only effective for bots with an active PRO plan. The backend only sends these values when the bot's plan includes them.

icon

URL of a custom icon to display in the toggle button instead of the default icon.

PropertyValue
Typestring (URL)
Defaultnull
<tolki-chat bot="..." icon="https://example.com/custom-icon.svg"></tolki-chat>

unbranded

Removes the "Powered by Tolki" branding from the bottom of the chat.

PropertyValue
Typeboolean
Defaultfalse
<tolki-chat bot="..." unbranded></tolki-chat>
<tolki-chat bot="..." unbranded="true"></tolki-chat>