Skip to content

nim_def.tool_def

Zvicii edited this page Oct 24, 2022 · 4 revisions

Module: nim_def/tool_def

Table of contents

Enumerations

Interfaces

Type Aliases

Type Aliases

GetAudioTextCallback

Ƭ GetAudioTextCallback: (rescode: NIMResCode, text: string) => void

Type declaration

▸ (rescode, text): void

Parameters
Name Type
rescode NIMResCode
text string
Returns

void

Defined in

ts/nim_def/tool_def.ts:18


FilterClientAntispamCallback

Ƭ FilterClientAntispamCallback: (succeed: boolean, rescode: NIMResCode, text: string) => void

Type declaration

▸ (succeed, rescode, text): void

Parameters
Name Type
succeed boolean
rescode NIMResCode
text string
Returns

void

Defined in

ts/nim_def/tool_def.ts:19

Clone this wiki locally