Skip to content

Commit eedcc2d

Browse files
committed
chg: [telegram-account] fixes
1 parent ca247d8 commit eedcc2d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"attributes": {
3-
"phone": {
4-
"description": "Phone associated with the telegram user",
3+
"first_name": {
4+
"description": "First name",
55
"misp-attribute": "text",
6-
"multiple": true,
76
"ui-priority": 1
87
},
9-
"first_name": {
10-
"description": "First name",
8+
"id": {
9+
"description": "Telegram user identifier",
1110
"misp-attribute": "text",
1211
"ui-priority": 1
1312
},
@@ -16,18 +15,19 @@
1615
"misp-attribute": "text",
1716
"ui-priority": 1
1817
},
19-
"id": {
20-
"description": "Telegram user identifier",
18+
"phone": {
19+
"description": "Phone associated with the telegram user",
2120
"misp-attribute": "text",
21+
"multiple": true,
2222
"ui-priority": 1
2323
},
24-
"verified": {
25-
"description": "Verified",
24+
"username": {
25+
"description": "Telegram username",
2626
"misp-attribute": "text",
2727
"ui-priority": 1
2828
},
29-
"username": {
30-
"description": "Telegram username",
29+
"verified": {
30+
"description": "Verified",
3131
"misp-attribute": "text",
3232
"ui-priority": 1
3333
}
@@ -40,4 +40,4 @@
4040
],
4141
"uuid": "06f02ecf-5afb-42c5-9cb0-b362e222f52c",
4242
"version": 1
43-
}
43+
}

0 commit comments

Comments
 (0)