Telegram action snippet (#272)

Add telegram action snippet
pull/273/head
Gleb 2021-05-22 18:15:19 +03:00 committed by GitHub
parent 8f566a967b
commit fdd7b7b092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -290,5 +290,11 @@
"end"
],
"description": "If a rule triggers on UI events it may be necessary to guard against concurrency."
},
"Telegram action": {
"prefix": "telegram",
"body": "val telegramAction = getActions(\"telegram\",\"telegram:telegramBot:$1\" )",
"description": "Add telegram action"
}
}