-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentry_keys.ts
64 lines (64 loc) · 1.25 KB
/
entry_keys.ts
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
export const ENTRY_KEYS = [
"timestamp",
"type",
"to",
"from",
"from_bot",
"from_firstname",
"from_lastname",
"from_username",
"from_languagecode",
"from_premium",
"from_type",
"from_title",
"from_businessconnection",
"from_boostcount",
"from_signature",
"to_bot",
"to_firstname",
"to_lastname",
"to_username",
"chat_id",
"chat_username",
"chat_title",
"chat_firstname",
"chat_lastname",
"chat_type",
"message_type",
"message_id",
"message_threadid",
"message_date",
"message_topic",
"message_automaticforward",
"message_effectid",
"message_replytomessageid",
"message_quotetext",
"forward_date",
"forward_from",
"forward_messageid",
"forward_signature",
"forward_bot",
"forward_name",
"message_text",
"message_url",
"dice_emoji",
"dice_value",
"callbackquery_id",
"callbackquery_inlinemessageid",
"callbackquery_data",
"inlinequery_id",
"inlinequery_text",
"inlinequery_offset",
"inlineresultchosen_id",
"inlineresultchosen_query",
"inlineresultchosen_inlinemessageid",
"chatmember_id",
"chatmember_bot",
"chatmember_firstname",
"chatmember_lastname",
"chatmember_username",
"chatmember_premium",
"chatmember_oldstatus",
"chatmember_newstatus",
"payload",
];