-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetChatInfo.json
74 lines (74 loc) · 2.09 KB
/
getChatInfo.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"user": {
"user_guid": "u0F32Xx0...",
"first_name": "...",
"last_name": "...",
"phone": "9899187..",
"username": "...",
"avatar_thumbnail": {
"file_id": "4685787...",
"mime": "jpg",
"dc_id": "787",
"access_hash_rec": "939169931274..."
},
"last_online": 1723305715,
"bio": "...",
"is_deleted": false,
"is_verified": false,
"online_time": {
"type": "Exact",
"exact_time": 1723305715
}
},
"chat": {
"object_guid": "u0F32Xx0...",
"access": [
"ViewInfo",
"ViewMessages",
"DeleteLocalMessages",
"EditMyMessages",
"DeleteGlobalMyMessages",
"SendMessages",
"PinMessages"
],
"count_unseen": 0,
"is_mute": false,
"is_pinned": false,
"time_string": "172330590600001076241332015685",
"last_message": {
"message_id": "1076241332015685",
"type": "Other",
"text": "...",
"author_object_guid": "u0HMRZ...",
"is_mine": true,
"author_title": "...",
"author_type": "User"
},
"last_seen_my_mid": "1076241332015685",
"last_seen_peer_mid": "1075369912233685",
"status": "Active",
"time": 1723305906,
"abs_object": {
"object_guid": "u0F32Xx0...",
"type": "User",
"first_name": "...",
"last_name": "...",
"avatar_thumbnail": {
"file_id": "468578...",
"mime": "jpg",
"dc_id": "787",
"access_hash_rec": "939169931..."
},
"is_verified": false,
"is_deleted": false
},
"is_blocked": false,
"last_message_id": "1076241332015685",
"last_deleted_mid": "0",
"show_ask_spam": false
},
"timestamp": "1723306402",
"count_common_groups": 1,
"can_receive_call": true,
"can_video_call": true
}