kient / ChatAPI
Class: ChatAPI
Description placeholder
Extends
APIBase
Constructors
new ChatAPI()
ts
new ChatAPI(kient): ChatAPI
Parameters
Parameter | Type |
---|---|
kient | Kient |
Returns
Inherited from
ts
APIBase.constructor
Properties
Property | Modifier | Type | Inherited from | Defined in |
---|---|---|---|---|
kient | readonly | Kient | APIBase.kient | src/api/api-base.ts:5 |
Methods
send()
ts
send(params): Promise<Chat>
Send a chat to a channel and returns the status of the message
Parameters
Parameter | Type |
---|---|
params | SendChatParams |
Returns
Promise
<Chat
>