Home > borogove > Client > getChat
Client.getChat() method
Find a chat by id
Signature:
getChat(chatId: string): borogove.Chat | null;
Parameters
| Parameter | Type | Description |
|---|---|---|
| chatId | string |
Returns:
borogove.Chat | null
the chat if known, or NULL
Home > borogove > Client > getChat
Find a chat by id
Signature:
getChat(chatId: string): borogove.Chat | null;
| Parameter | Type | Description |
|---|---|---|
| chatId | string |
Returns:
borogove.Chat | null
the chat if known, or NULL