File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "attributes" : {
3+ "phone" : {
4+ "description" : " Phone associated with the telegram user" ,
5+ "misp-attribute" : " text" ,
6+ "multiple" : true ,
7+ "ui-priority" : 1
8+ },
9+ "first_name" : {
10+ "description" : " First name" ,
11+ "misp-attribute" : " text" ,
12+ "ui-priority" : 1
13+ },
14+ "last_name" : {
15+ "description" : " Last name" ,
16+ "misp-attribute" : " text" ,
17+ "ui-priority" : 1
18+ },
19+ "id" : {
20+ "description" : " Telegram user identifier" ,
21+ "misp-attribute" : " text" ,
22+ "ui-priority" : 1
23+ },
24+ "verified" : {
25+ "description" : " Verified" ,
26+ "misp-attribute" : " text" ,
27+ "ui-priority" : 1
28+ },
29+ "username" : {
30+ "description" : " Telegram username" ,
31+ "misp-attribute" : " text" ,
32+ "ui-priority" : 1
33+ }
34+ },
35+ "description" : " Information related to a telegram account" ,
36+ "meta-category" : " misc" ,
37+ "name" : " telegram-account" ,
38+ "requiredOneOf" : [
39+ " username"
40+ ],
41+ "uuid" : " 06f02ecf-5afb-42c5-9cb0-b362e222f52c" ,
42+ "version" : 1
43+ }
You can’t perform that action at this time.
0 commit comments