Merge pull request #372 from Delta-Sierra/master

add username field in telegram-bot object
pull/374/head
Alexandre Dulaunoy 2022-10-13 21:25:58 +02:00 committed by GitHub
commit 5bd1cb80a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,11 @@
"description": "Telegram Token",
"misp-attribute": "text",
"ui-priority": 1
},
"username": {
"description": "Telegram bot username, must end with \"bot\"",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "Information related to a telegram bot",
@ -29,8 +34,9 @@
"token",
"chat-id",
"name",
"username",
"comment"
],
"uuid": "e2cb6c8f-45fa-429d-9cdb-05298ab21f46",
"version": 1
"version": 2
}