Home > borogove > Chat > typing

Chat.typing() method

Call this whenever the user is typing, can call on every keystroke

Signature:

typing(threadId: string | null, content: string | null): void;

Parameters

Parameter Type Description
threadId string | null optional, what thread the user has selected if any
content string | null optional, what the user has typed so far

Returns:

void