mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-15 03:46:23 +00:00
bots api: fix typescript code, add start/stop commands (#6565)
This commit is contained in:
+1
-1
@@ -1309,7 +1309,7 @@ Used in API commands. Chat scope can only be passed with groups.
|
||||
```
|
||||
|
||||
```javascript
|
||||
chatType.toString() + chatId + (chatScope ? chatScope.toString() : '') // JavaScript
|
||||
ChatType.cmdString(chatType) + chatId + (chatScope ? GroupChatScope.cmdString(chatScope) : '') // JavaScript
|
||||
```
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user