mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-26 16:14:39 +00:00
bots api: fix typescript code, add start/stop commands (#6565)
This commit is contained in:
@@ -143,7 +143,7 @@ chatEventsDocsData =
|
||||
\or because messages may be delivered to deleted chats for a short period of time \
|
||||
\(they will be ignored).",
|
||||
[ ("CEvtMessageError", ""),
|
||||
("CEvtChatError", ""), -- only used in WebSockets API, Haskell code uses Either, with error in Left
|
||||
("CEvtChatError", "Chat error (only used in WebSockets API)."), -- Haskell code uses Either, with error in Left
|
||||
("CEvtChatErrors", "")
|
||||
],
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user