forked from EbrahimKaram/EchoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
49 lines (49 loc) · 1015 Bytes
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"ok": true,
"result": [{
"update_id": 253818743,
"message": {
"message_id": 706,
"from": {
"id": 471184458,
"is_bot": false,
"first_name": "Ebrahim",
"last_name": "Karam",
"language_code": "en-US"
},
"chat": {
"id": 471184458,
"first_name": "Ebrahim",
"last_name": "Karam",
"type": "private"
},
"date": 1513613172,
"text": "/start",
"entities": [{
"offset": 0,
"length": 6,
"type": "bot_command"
}]
}
}, {
"update_id": 253818744,
"message": {
"message_id": 707,
"from": {
"id": 471184458,
"is_bot": false,
"first_name": "Ebrahim",
"last_name": "Karam",
"language_code": "en-US"
},
"chat": {
"id": 471184458,
"first_name": "Ebrahim",
"last_name": "Karam",
"type": "private"
},
"date": 1513613176,
"text": "Hey"
}
}]
}