# Bot

**Example**

```json
{
    "id": 137,
    "name": "Kindly bot",
    "type": "kindly"
}
```

**Fields**

| Field | Type                                                                                                       | Comments      |
| ----- | ---------------------------------------------------------------------------------------------------------- | ------------- |
| Id    | integer                                                                                                    | Bot unique id |
| Name  | string                                                                                                     | Bot name      |
| Type  | [BotType](https://developers.socialboards.com/docs/apis/external-chat-api/reference/enumerations/bot-type) | Bot type      |
