[**simplex-chat**](README.md)

***

[simplex-chat](README.md) / [bot](Namespace.bot.md) / BotOptions

# Interface: BotOptions

Defined in: [src/bot.ts:11](../src/bot.ts#L11)

## Properties

### addressSettings?

> `optional` **addressSettings?**: [`BotAddressSettings`](api.Interface.BotAddressSettings.md)

Defined in: [src/bot.ts:15](../src/bot.ts#L15)

***

### allowFiles?

> `optional` **allowFiles?**: `boolean`

Defined in: [src/bot.ts:16](../src/bot.ts#L16)

***

### commands?

> `optional` **commands?**: `ChatBotCommand`[]

Defined in: [src/bot.ts:17](../src/bot.ts#L17)

***

### createAddress?

> `optional` **createAddress?**: `boolean`

Defined in: [src/bot.ts:12](../src/bot.ts#L12)

***

### logContacts?

> `optional` **logContacts?**: `boolean`

Defined in: [src/bot.ts:19](../src/bot.ts#L19)

***

### logNetwork?

> `optional` **logNetwork?**: `boolean`

Defined in: [src/bot.ts:20](../src/bot.ts#L20)

***

### updateAddress?

> `optional` **updateAddress?**: `boolean`

Defined in: [src/bot.ts:13](../src/bot.ts#L13)

***

### updateProfile?

> `optional` **updateProfile?**: `boolean`

Defined in: [src/bot.ts:14](../src/bot.ts#L14)

***

### useBotProfile?

> `optional` **useBotProfile?**: `boolean`

Defined in: [src/bot.ts:18](../src/bot.ts#L18)
