Skip to content

adamant-console / getChatTransactions

Function: getChatTransactions()

getChatTransactions(...queries): Promise<any>

Defined in: get.js:209

Gets chat transactions through the legacy /api/chats/get endpoint.

Prefer getChats or getChatMessages for new callers.

Parameters

queries

...string[]

Query fragments such as senderId=...

Returns

Promise<any>

Chat transaction response, unwrapped from data when present

Released under the GPL-3.0 License.