Skip to content

Commit ca247d8

Browse files
committed
new: [telegram-user] basic telegram user
Ref: https://core.telegram.org/constructor/user More could be added in the future
1 parent 1e14201 commit ca247d8

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
}

0 commit comments

Comments
 (0)