mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 22:18:36 +00:00
397 B
397 B
simplex-chat / core / chatRecvMsgWait
Function: chatRecvMsgWait()
chatRecvMsgWait(
ctrl,wait):Promise<ChatEvent|undefined>
Defined in: src/core.ts:61
Receive chat event
Parameters
ctrl
bigint
wait
number
Returns
Promise<ChatEvent | undefined>