mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 20:08:34 +00:00
28 lines
450 B
Markdown
28 lines
450 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / [bot](Namespace.bot.md) / subscribeChatItems
|
|
|
|
# Function: subscribeChatItems()
|
|
|
|
> **subscribeChatItems**(`bot`, `onMessage`, `commands`): `void`
|
|
|
|
Defined in: [src/bot.ts:108](../src/bot.ts#L108)
|
|
|
|
## Parameters
|
|
|
|
### bot
|
|
|
|
[`ChatApi`](api.Class.ChatApi.md)
|
|
|
|
### onMessage
|
|
|
|
((`chatItem`, `content`, `chat`) => `void` \| `Promise`\<`void`\>) \| `undefined`
|
|
|
|
### commands
|
|
|
|
## Returns
|
|
|
|
`void`
|