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.
| Property | Value |
|---|---|
| Type | string (URL) |
| Default | null |
<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.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
<tolki-chat bot="..." unbranded></tolki-chat>
<tolki-chat bot="..." unbranded="true"></tolki-chat>