new: [telegram-bot] new object to describe Telegram bots

pull/372/head
Alexandre Dulaunoy 2022-10-13 10:32:58 +02:00
parent 06df368890
commit 82c699cc5f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
{
"attributes": {
"chat-id": {
"description": "Telegram chat id",
"misp-attribute": "text",
"ui-priority": 1
},
"comment": {
"description": "Phone associated with the telegram user",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"name": {
"description": "Telegram bot name",
"misp-attribute": "text",
"ui-priority": 1
},
"token": {
"description": "Telegram Token",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Information related to a telegram bot",
"meta-category": "misc",
"name": "telegram-bot",
"requiredOneOf": [
"token",
"chat-id",
"name",
"comment"
],
"uuid": "e2cb6c8f-45fa-429d-9cdb-05298ab21f46",
"version": 1
}