# GetBot200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | [**uuid::Uuid**](uuid::Uuid.md) | BOT UUID | **bot_user_id** | [**uuid::Uuid**](uuid::Uuid.md) | BOTユーザーUUID | **description** | **String** | 説明 | **developer_id** | [**uuid::Uuid**](uuid::Uuid.md) | BOT開発者UUID | **subscribe_events** | **Vec** | BOTが購読しているイベントの配列 | **mode** | [**crate::models::BotMode**](BotMode.md) | | **state** | [**crate::models::BotState**](BotState.md) | | **created_at** | **String** | 作成日時 | **updated_at** | **String** | 更新日時 | **tokens** | [**crate::models::BotTokens**](BotTokens.md) | | **endpoint** | **String** | BOTサーバーエンドポイント | **privileged** | **bool** | 特権BOTかどうか | **channels** | [**Vec**](uuid::Uuid.md) | BOTが参加しているチャンネルのUUID配列 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)