telegrinder 0.3.2__py3-none-any.whl → 0.3.3.post1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of telegrinder might be problematic. Click here for more details.
- telegrinder/bot/cute_types/__init__.py +6 -6
- telegrinder/bot/cute_types/callback_query.py +5 -2
- telegrinder/bot/cute_types/inline_query.py +3 -13
- telegrinder/bot/cute_types/message.py +9 -3
- telegrinder/bot/cute_types/update.py +45 -11
- telegrinder/bot/cute_types/utils.py +5 -5
- telegrinder/bot/dispatch/context.py +6 -0
- telegrinder/bot/dispatch/handler/func.py +10 -3
- telegrinder/bot/dispatch/waiter_machine/hasher/callback.py +2 -2
- telegrinder/bot/dispatch/waiter_machine/hasher/message.py +2 -2
- telegrinder/bot/dispatch/waiter_machine/machine.py +7 -8
- telegrinder/bot/dispatch/waiter_machine/short_state.py +4 -1
- telegrinder/bot/rules/abc.py +2 -27
- telegrinder/bot/rules/adapter/abc.py +1 -1
- telegrinder/bot/rules/adapter/event.py +22 -31
- telegrinder/bot/rules/adapter/node.py +1 -1
- telegrinder/bot/rules/adapter/raw_update.py +1 -1
- telegrinder/bot/rules/callback_data.py +1 -2
- telegrinder/bot/rules/chat_join.py +1 -3
- telegrinder/bot/rules/inline.py +1 -1
- telegrinder/bot/rules/is_from.py +19 -19
- telegrinder/bot/rules/message.py +2 -2
- telegrinder/model.py +51 -0
- telegrinder/msgspec_utils.py +2 -2
- telegrinder/node/__init__.py +24 -20
- telegrinder/node/attachment.py +5 -5
- telegrinder/node/base.py +30 -7
- telegrinder/node/callback_query.py +41 -2
- telegrinder/node/composer.py +6 -4
- telegrinder/node/event.py +3 -9
- telegrinder/node/text.py +22 -2
- telegrinder/tools/formatting/html.py +25 -25
- telegrinder/tools/i18n/__init__.py +5 -5
- telegrinder/tools/i18n/abc.py +2 -2
- telegrinder/tools/keyboard.py +5 -5
- telegrinder/tools/loop_wrapper/loop_wrapper.py +17 -9
- telegrinder/tools/magic.py +11 -11
- telegrinder/types/__init__.py +254 -254
- telegrinder/types/enums.py +29 -29
- telegrinder/types/objects.py +3723 -1703
- {telegrinder-0.3.2.dist-info → telegrinder-0.3.3.post1.dist-info}/METADATA +1 -1
- {telegrinder-0.3.2.dist-info → telegrinder-0.3.3.post1.dist-info}/RECORD +44 -44
- {telegrinder-0.3.2.dist-info → telegrinder-0.3.3.post1.dist-info}/LICENSE +0 -0
- {telegrinder-0.3.2.dist-info → telegrinder-0.3.3.post1.dist-info}/WHEEL +0 -0
|
@@ -6,25 +6,25 @@ telegrinder/api/response.py,sha256=CDBByRRZca1DoPe1VjdtX7qMeIqaM4YGlHMUe3Lb-lA,5
|
|
|
6
6
|
telegrinder/api/token.py,sha256=HKkhANMEsFFaUJGWPXnIk5kWDeCod7vngjDpeXEs9Zk,981
|
|
7
7
|
telegrinder/bot/__init__.py,sha256=0ehypMfXoEW8KQnJw2snMkhUVu-HRBSoDKUv_mqXrg4,2843
|
|
8
8
|
telegrinder/bot/bot.py,sha256=8jYTuBfTWuoETqV8kVu6ExSo19F1MGiTACprDMYOX9o,2856
|
|
9
|
-
telegrinder/bot/cute_types/__init__.py,sha256=
|
|
9
|
+
telegrinder/bot/cute_types/__init__.py,sha256=DOTlHFlZ9BZn9CHSxrdsv4y1KlxzkrAQdKnq8oDUhQA,656
|
|
10
10
|
telegrinder/bot/cute_types/base.py,sha256=qPjGnbZzf0iTYElxARC1qPJNbVrus2t_DHBRajm-NPI,9372
|
|
11
|
-
telegrinder/bot/cute_types/callback_query.py,sha256=
|
|
11
|
+
telegrinder/bot/cute_types/callback_query.py,sha256=RrFanDsvXBBR8IDRCVwsPVo1jaSe9vSVZ37izAZnew0,19254
|
|
12
12
|
telegrinder/bot/cute_types/chat_join_request.py,sha256=dlrV-xOdYB1WrhAI4Me6Mn29Ld4dG_x23bwsmfIxHB8,2062
|
|
13
13
|
telegrinder/bot/cute_types/chat_member_updated.py,sha256=yVeXtpV0ojFWcj781fs6VVmHmAU3potU2EojtpJJ1PA,6496
|
|
14
|
-
telegrinder/bot/cute_types/inline_query.py,sha256=
|
|
15
|
-
telegrinder/bot/cute_types/message.py,sha256=
|
|
16
|
-
telegrinder/bot/cute_types/update.py,sha256=
|
|
17
|
-
telegrinder/bot/cute_types/utils.py,sha256=
|
|
14
|
+
telegrinder/bot/cute_types/inline_query.py,sha256=_JBAPPPufUbMUnoECaLHNOeL4RvJR_i61MBbqOJlAM4,1548
|
|
15
|
+
telegrinder/bot/cute_types/message.py,sha256=YbCU6_Unw85M7UCDkhamdC-uN9tVRt9M0JqIKYTl3ss,141490
|
|
16
|
+
telegrinder/bot/cute_types/update.py,sha256=fB6mNayMaG0xrorQVMtnVkHZoVxhT56rbapihMtV1tI,4166
|
|
17
|
+
telegrinder/bot/cute_types/utils.py,sha256=9Boyud9K689CP91WIKi8dRpu4oIOmvGy0-RDTWWVCA0,2607
|
|
18
18
|
telegrinder/bot/dispatch/__init__.py,sha256=wocTtA1FwSR3QQVVd-EDBwcPJvoYsTy3Ew7RjyAGFBg,2532
|
|
19
19
|
telegrinder/bot/dispatch/abc.py,sha256=TAiB2Y-8FFPwcrAnqXxyvM3srzenB_hDspPrUcByQ5Q,2417
|
|
20
|
-
telegrinder/bot/dispatch/context.py,sha256=
|
|
20
|
+
telegrinder/bot/dispatch/context.py,sha256=33WtroWGQzdeMP4yZzw1LLE6DlnepAWk3YZ2FxJ7iXY,2867
|
|
21
21
|
telegrinder/bot/dispatch/dispatch.py,sha256=YOf9aZyszxi-_qbMACgVmk-9uuGk0KeErwFGek0JO8Y,6596
|
|
22
22
|
telegrinder/bot/dispatch/handler/__init__.py,sha256=0_zu7_y-7JuFoG4IJ67ytnQWb-rFI8M1ZhkXMvJDnIA,924
|
|
23
23
|
telegrinder/bot/dispatch/handler/abc.py,sha256=WdMUflYlGaiXlo54bUJHOl__tJ7SclXUvS2AmbSMt2w,602
|
|
24
24
|
telegrinder/bot/dispatch/handler/audio_reply.py,sha256=XOm13jrILdatfmzofnMj0V2Tww2wtnoJNuKuGaJhqjQ,1402
|
|
25
25
|
telegrinder/bot/dispatch/handler/base.py,sha256=CkJDa9sxQT4LEmomG9f-9aR7a1ltirjtojdOCoGAqtg,1868
|
|
26
26
|
telegrinder/bot/dispatch/handler/document_reply.py,sha256=5yNuU8kkSdDy6h-MuH8DqsD41UVTbvp4ITD6_I3VEFc,1429
|
|
27
|
-
telegrinder/bot/dispatch/handler/func.py,sha256=
|
|
27
|
+
telegrinder/bot/dispatch/handler/func.py,sha256=3hR74l0jhjRKg28wLiBmHY0cy3bXY84v7C-m4R1VNBs,5255
|
|
28
28
|
telegrinder/bot/dispatch/handler/media_group_reply.py,sha256=TVBH_LS4jqPSlAVuGHLGPU_WP6cRHU3FCd0bbVO_smM,1437
|
|
29
29
|
telegrinder/bot/dispatch/handler/message_reply.py,sha256=6L1YxnRJQjrOp1BjaElt-WurmRitjKR8NOAWYAUibNs,1173
|
|
30
30
|
telegrinder/bot/dispatch/handler/photo_reply.py,sha256=GKopcebAQsxVGSTltLXbwdiOCX1QmJoTENZxc4BM5HM,1402
|
|
@@ -51,36 +51,36 @@ telegrinder/bot/dispatch/view/raw.py,sha256=sWws4JRJBtuUKjoWU950j0u2zO64g6OSeqzO
|
|
|
51
51
|
telegrinder/bot/dispatch/waiter_machine/__init__.py,sha256=KKMykYtlwVzFhaHi4gS2gTvTRJ0erTYNcaV6x13pNms,879
|
|
52
52
|
telegrinder/bot/dispatch/waiter_machine/actions.py,sha256=j0B3D-NhjibB_hQkXwRyzn3U4yZTbkfg_DVl4Wcka84,374
|
|
53
53
|
telegrinder/bot/dispatch/waiter_machine/hasher/__init__.py,sha256=CMIZ3Dbe3Lq_5m0OpEmzJ05PGqJ9a5nglRfefdsx0Ik,505
|
|
54
|
-
telegrinder/bot/dispatch/waiter_machine/hasher/callback.py,sha256=
|
|
54
|
+
telegrinder/bot/dispatch/waiter_machine/hasher/callback.py,sha256=smEVKnO5cUyjxgmmJKxuXRuTG4PESYo11QHjOgQlJds,1642
|
|
55
55
|
telegrinder/bot/dispatch/waiter_machine/hasher/hasher.py,sha256=4ExmC-pu7c0sPsOf1u3-ujNVUuIWvy_jv_qtd7wBWFI,1792
|
|
56
|
-
telegrinder/bot/dispatch/waiter_machine/hasher/message.py,sha256
|
|
56
|
+
telegrinder/bot/dispatch/waiter_machine/hasher/message.py,sha256=-IWKRbbEU3JQX2ZwPLK2k-fLCUBEPafObAS5ocIfn58,1304
|
|
57
57
|
telegrinder/bot/dispatch/waiter_machine/hasher/state.py,sha256=TketWXkxf4sdpScDLLf_agv3UcRqYLvuNJbEGO8sRWY,638
|
|
58
|
-
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=
|
|
58
|
+
telegrinder/bot/dispatch/waiter_machine/machine.py,sha256=EXr6b1Hi2tj8zsAQADRqJAZLgWXqjwUwn1z0DbU12jY,5800
|
|
59
59
|
telegrinder/bot/dispatch/waiter_machine/middleware.py,sha256=Kq-GASTSwfzXZYSZKz0vcQGX484Hw1C4ZNDyVqPNm8I,3065
|
|
60
|
-
telegrinder/bot/dispatch/waiter_machine/short_state.py,sha256=
|
|
60
|
+
telegrinder/bot/dispatch/waiter_machine/short_state.py,sha256=dh15Z_A9MLcxTzLLjG4O9GM1GarV0BktKmeyZeTPq6k,2140
|
|
61
61
|
telegrinder/bot/polling/__init__.py,sha256=qlTP6a79XHXkjuGomxzsTeuWKBl7KJERfMlVkKNAP0Q,98
|
|
62
62
|
telegrinder/bot/polling/abc.py,sha256=-hINT-7YGrtKlLE36kBgLb4P-e8Ch1qij9C-6mBZFcg,467
|
|
63
63
|
telegrinder/bot/polling/polling.py,sha256=_yJRHEaMw4kG5q30JD0YmyXKxuhjpoe9tfT4dvho1J8,4898
|
|
64
64
|
telegrinder/bot/rules/__init__.py,sha256=o8SEtPrMgfHOwPw9wyul3RQA_2tBootpHxRGNzgUIpw,2921
|
|
65
|
-
telegrinder/bot/rules/abc.py,sha256=
|
|
65
|
+
telegrinder/bot/rules/abc.py,sha256=y4BIbY5CFQt3n_eyoXxP20N3s4YTASCxNAoMr4RIfiY,6724
|
|
66
66
|
telegrinder/bot/rules/adapter/__init__.py,sha256=k_liu7lgb4f7zDyhDE9eLEpy9VXm9U-8tl8uXGeNSzw,454
|
|
67
|
-
telegrinder/bot/rules/adapter/abc.py,sha256=
|
|
67
|
+
telegrinder/bot/rules/adapter/abc.py,sha256=TvtSoAGKyVEo9mn12ekEcByKRI4DXDX84Tq4b3Rxrnc,715
|
|
68
68
|
telegrinder/bot/rules/adapter/errors.py,sha256=2iPAQvMRIi-pMKKITvekLi9aOd-TM3raelvD3FtjK3U,78
|
|
69
|
-
telegrinder/bot/rules/adapter/event.py,sha256=
|
|
70
|
-
telegrinder/bot/rules/adapter/node.py,sha256=
|
|
71
|
-
telegrinder/bot/rules/adapter/raw_update.py,sha256=
|
|
72
|
-
telegrinder/bot/rules/callback_data.py,sha256=
|
|
73
|
-
telegrinder/bot/rules/chat_join.py,sha256=
|
|
69
|
+
telegrinder/bot/rules/adapter/event.py,sha256=1Dt1CAtyOreS8FT1llVCaA_rPV8P2b2MaakFFXtSSHY,2754
|
|
70
|
+
telegrinder/bot/rules/adapter/node.py,sha256=4UxhwrfzA_OOAfo2HGm699RsalBCK6Si9pj3ZQVjJK0,1715
|
|
71
|
+
telegrinder/bot/rules/adapter/raw_update.py,sha256=pZj23PQvdFbljVWYXhYzBs8NUqVIi0vwfMi6PRoF8LI,1041
|
|
72
|
+
telegrinder/bot/rules/callback_data.py,sha256=4TfSDUVnKj676gHW17DUvKnSul4E6vWHRQV_MU3MpW0,5731
|
|
73
|
+
telegrinder/bot/rules/chat_join.py,sha256=OO8yUBCLG9gbUqbwYAJ2NG8YRbt7ivVEXk1Vni3wrqs,1425
|
|
74
74
|
telegrinder/bot/rules/command.py,sha256=MTuLi9yvsYm3u-vScQpN9dhnXrt5VAhGXnriIUJgiUc,4032
|
|
75
75
|
telegrinder/bot/rules/enum_text.py,sha256=4463aLPCFdSHfWSyDcg4Wp8Io9-6Zia86PjAoKTPB8A,1004
|
|
76
76
|
telegrinder/bot/rules/func.py,sha256=7yIajHqOAf1oCOlEiHlQ6Iete3AmqwXbJVkg90G9AOc,795
|
|
77
77
|
telegrinder/bot/rules/fuzzy.py,sha256=0-1bKQz9XaaFNGibr8ajzIkgLX0rNlzt0DiHiQkwY70,694
|
|
78
|
-
telegrinder/bot/rules/inline.py,sha256=
|
|
78
|
+
telegrinder/bot/rules/inline.py,sha256=FFa0-s84S9y7IhVxkFvXjPNrTSoyFG2cRxXSSd7RES4,1988
|
|
79
79
|
telegrinder/bot/rules/integer.py,sha256=K4pB7ai5K0nANr5lRetPjX12aM4xaJnfMQJrtG0oVKw,449
|
|
80
|
-
telegrinder/bot/rules/is_from.py,sha256=
|
|
80
|
+
telegrinder/bot/rules/is_from.py,sha256=aDtkIplB7Y9lVPIhnCgzV-KyjAslotr0OBwIsIpL7Fk,3827
|
|
81
81
|
telegrinder/bot/rules/markup.py,sha256=wmuxpf3sKm57CNoTlhcdBSeCFwuTkmYZev30a7K2RWM,1371
|
|
82
82
|
telegrinder/bot/rules/mention.py,sha256=O6XCn2vGYQfcWeFoDBF0BAmuj3xnxwz9iOjzb8rsbGQ,443
|
|
83
|
-
telegrinder/bot/rules/message.py,sha256
|
|
83
|
+
telegrinder/bot/rules/message.py,sha256=adiemKb5-36C71Dkjl1uSFx6Tg75lLW0WSQ3887-ipI,443
|
|
84
84
|
telegrinder/bot/rules/message_entities.py,sha256=YOXwOdMpBXtwR4Kdws6oB_8nG9McGtO-rWDKEMIZK4M,1120
|
|
85
85
|
telegrinder/bot/rules/node.py,sha256=-ISIbcWfRnI2EBCacXKIxgtWwutKEp8JiTQMHdUSqm4,913
|
|
86
86
|
telegrinder/bot/rules/regex.py,sha256=vJnemvmpZF5rnNztwUWPDl648VZoDyVVcInhhz3uxt4,1184
|
|
@@ -96,25 +96,25 @@ telegrinder/bot/scenario/choice.py,sha256=e4OwihvAGnz38hfpPAbxBZA2v7N8X3_4jEdPK1
|
|
|
96
96
|
telegrinder/client/__init__.py,sha256=35i5ZX-IiG47edibNJ85BZ1Ot-jzxBPYd4bfetnKTGo,108
|
|
97
97
|
telegrinder/client/abc.py,sha256=sfASPAQnFjxwc_mHU4AE0ombi3h_bOM2RIJK4eUXToE,1686
|
|
98
98
|
telegrinder/client/aiohttp.py,sha256=d03xdEFyb9KUwwAD20_78_MT_EHm4J2LnR3v9Lw_mNQ,4033
|
|
99
|
-
telegrinder/model.py,sha256=
|
|
99
|
+
telegrinder/model.py,sha256=GJjlr3CBqGSKoDDyowNbmwM4G50xp2LOeBdwnKmJLHs,8781
|
|
100
100
|
telegrinder/modules.py,sha256=gdV2w66QCrl1gDWbILZmwV1V-aeZCZUTyBtk738SX28,7980
|
|
101
101
|
telegrinder/msgspec_json.py,sha256=EiSSTpY9P8HYXBegEdQIYyZrLLDaUlP0RuwD2CiHrRQ,251
|
|
102
|
-
telegrinder/msgspec_utils.py,sha256=
|
|
103
|
-
telegrinder/node/__init__.py,sha256=
|
|
104
|
-
telegrinder/node/attachment.py,sha256=
|
|
105
|
-
telegrinder/node/base.py,sha256=
|
|
106
|
-
telegrinder/node/callback_query.py,sha256=
|
|
102
|
+
telegrinder/msgspec_utils.py,sha256=CpZOMJp4Q0jzJ3hkpSeJ2LYGuZ9yK81gJLHc1a4j0pA,12748
|
|
103
|
+
telegrinder/node/__init__.py,sha256=zIyuuEAlTB-rqJo8FqKoP_Fv49FJLxgWfOD99VlFgTs,1490
|
|
104
|
+
telegrinder/node/attachment.py,sha256=E-btA8w6p16jta2aQ9Jfo7wknUZ1-RA48cRovaQib3Q,3112
|
|
105
|
+
telegrinder/node/base.py,sha256=XPCOHPqh0Ley_wyqlxxQ-HAaKi9wcQABAc6bNgc77NA,4683
|
|
106
|
+
telegrinder/node/callback_query.py,sha256=UrkmMXhgs8ZU1mzqwizRkbQCKgtAHVZXADqbaIU86BY,1784
|
|
107
107
|
telegrinder/node/command.py,sha256=0Cx7FCOaov93p1coln8LI0mOJvn8eZ7pzVYBRr8sMGU,940
|
|
108
|
-
telegrinder/node/composer.py,sha256=
|
|
108
|
+
telegrinder/node/composer.py,sha256=DLqzcJdWx-N_QoPFCIzzX52TsZFgDS-nCVt4PM2RySw,6974
|
|
109
109
|
telegrinder/node/container.py,sha256=GiNAiPbxT7uFomh0Z-87mSUstorzEXQhLmOTaR-SI04,862
|
|
110
|
-
telegrinder/node/event.py,sha256=
|
|
110
|
+
telegrinder/node/event.py,sha256=Fe6C4144O0Wfr5plZ_OmWlNQC36MdAC6QDS3I8qn1sE,2180
|
|
111
111
|
telegrinder/node/me.py,sha256=x-AiDDVcrRiIRcPzIDUiDf8IUQ7zVJeqe-IrjblDUzo,433
|
|
112
112
|
telegrinder/node/message.py,sha256=muV0q-AHwBM87Qf8VyQImq1-O1CjFqH3mdflxBchJtE,457
|
|
113
113
|
telegrinder/node/polymorphic.py,sha256=Khu0fQCVoEzTGeQGzrj4W5gl24LuOmj6ey7vsQRw_2Y,2075
|
|
114
114
|
telegrinder/node/rule.py,sha256=s-b-MI249inZ-XuaUYyUGNdC6gteYHzs8NUGfLQwW7w,2582
|
|
115
115
|
telegrinder/node/scope.py,sha256=UhTboN58VWYtvKHaC94Y00oTjl4-Ed9DpfO0-brGKaE,746
|
|
116
116
|
telegrinder/node/source.py,sha256=1GABGwaweUNN6wLa2XvfB_nU9u5zzdTTo1rv5cFOcho,2362
|
|
117
|
-
telegrinder/node/text.py,sha256=
|
|
117
|
+
telegrinder/node/text.py,sha256=v7zySk4hsd7tsX0xR0jil5IRZ3UNOvoo4ZbI4fN6MRs,1115
|
|
118
118
|
telegrinder/node/tools/__init__.py,sha256=d4_cDojrnqPQO679ivcjsjS8XihgDoyIVJ9HfzADrX8,70
|
|
119
119
|
telegrinder/node/tools/generator.py,sha256=FbZaVS6Ca7fA1oY0majtcXihmv6ujA8l-ViaLUeatvo,1142
|
|
120
120
|
telegrinder/node/update.py,sha256=G85RcMP84ZRZVLLZIlhJPiF4OHtzQUHm_ZBg_nP1WQg,462
|
|
@@ -127,7 +127,7 @@ telegrinder/tools/error_handler/abc.py,sha256=AXgQKUydQE6ptKAkcnZ50h0kZlb7_6ss5U
|
|
|
127
127
|
telegrinder/tools/error_handler/error.py,sha256=Mxb9rbgGRKvAZvOPISpakhWVgZyOYVH0Nl8sptK5WXI,230
|
|
128
128
|
telegrinder/tools/error_handler/error_handler.py,sha256=oLkCR3AgMNkagpnfVdVApvaRjf5UN2jUtsb5O39fBOk,6903
|
|
129
129
|
telegrinder/tools/formatting/__init__.py,sha256=P6qactyCtFl8CWQOWnCXGUVL6XpYNMwgSjjwIb7gy6o,1505
|
|
130
|
-
telegrinder/tools/formatting/html.py,sha256=
|
|
130
|
+
telegrinder/tools/formatting/html.py,sha256=3Glojk4QePvLUXNIQle_9jVAQFt1FVImhVzMLJiF5oQ,8993
|
|
131
131
|
telegrinder/tools/formatting/links.py,sha256=SxN7ar7PWVWJ55iX220Rvr_GY9nxmtvNUAbdP5_F_uM,1145
|
|
132
132
|
telegrinder/tools/formatting/spec_html_formats.py,sha256=GNzZTaqzObsV6tyrdbMjvd7OE1iaCYPjyGk2ReYtJ6M,2728
|
|
133
133
|
telegrinder/tools/functional.py,sha256=7O8koJN0MEqI0SiQlrWBhlVM5JXW-GluIsbqoBmNRi8,235
|
|
@@ -135,30 +135,30 @@ telegrinder/tools/global_context/__init__.py,sha256=R3HEfdB33I5VTWOK52BS1H9isEaT
|
|
|
135
135
|
telegrinder/tools/global_context/abc.py,sha256=0dM_rgzW358GztM3Hi9PGUTIiGjN3AGa9E3o35fQfr4,1707
|
|
136
136
|
telegrinder/tools/global_context/global_context.py,sha256=FWMjkM6sP0F9x12CySs1HPSp9YbzJZNjrSto7FkV8QA,14091
|
|
137
137
|
telegrinder/tools/global_context/telegrinder_ctx.py,sha256=OvBKOHWDeU2V5fNPxWUF9FwtQCSbCVMoIFT34yGfsGU,751
|
|
138
|
-
telegrinder/tools/i18n/__init__.py,sha256=
|
|
139
|
-
telegrinder/tools/i18n/abc.py,sha256=
|
|
138
|
+
telegrinder/tools/i18n/__init__.py,sha256=XfbMa7pbRy8JEqAJOIRtQbw47gX5aZfQZJfccOmDeIk,294
|
|
139
|
+
telegrinder/tools/i18n/abc.py,sha256=t2L0fAChErXn73CPxu788XVv5_Q3x4KP_5Rz9UniEp0,756
|
|
140
140
|
telegrinder/tools/i18n/middleware/__init__.py,sha256=EP1Hffa974GHtikWdhq8dg1B7IK0zMHGmCN8LdaJpKI,84
|
|
141
141
|
telegrinder/tools/i18n/middleware/abc.py,sha256=yhKwIvAwZgah93oTzHLR8zwY6ohvFNIEf_0ZppaIjOg,752
|
|
142
142
|
telegrinder/tools/i18n/simple.py,sha256=kULi54SZpGSj1DUDuuTxWnVDrfMFmYZb2EX2TtR8DZQ,1607
|
|
143
143
|
telegrinder/tools/kb_set/__init__.py,sha256=aZsnFPUgWrp6kcZbfqwbrccNY9i-kcu33092q1z6lzo,160
|
|
144
144
|
telegrinder/tools/kb_set/base.py,sha256=YzYYJhw1WHS2ckn9xzyS7ThfEObYVcWhitW9d99BegE,258
|
|
145
145
|
telegrinder/tools/kb_set/yaml.py,sha256=xqdrEGUnWwaQeIpmVIPxm5NyZkHRlEDB9SkeOFoPJIU,2070
|
|
146
|
-
telegrinder/tools/keyboard.py,sha256=
|
|
146
|
+
telegrinder/tools/keyboard.py,sha256=a1Wue9lDKMJ7L5N-DRNzhcDbESdn9Oi0-brWqo9A4DQ,4006
|
|
147
147
|
telegrinder/tools/limited_dict.py,sha256=ZONfFl9VO9EcNDqLEwIgTgkrQ1uubb9DUAOBhB3_qSo,1115
|
|
148
148
|
telegrinder/tools/loop_wrapper/__init__.py,sha256=0YxHL_Dbl6_WNTrVv2tA4rkEKQeYq_kTOTPSbc41LrA,169
|
|
149
149
|
telegrinder/tools/loop_wrapper/abc.py,sha256=EzLCJabycnFM5-YoMfPkotSyaRZ8YT_ngyDC0xxbf6c,281
|
|
150
|
-
telegrinder/tools/loop_wrapper/loop_wrapper.py,sha256=
|
|
151
|
-
telegrinder/tools/magic.py,sha256=
|
|
150
|
+
telegrinder/tools/loop_wrapper/loop_wrapper.py,sha256=gUrfD8eosNbni3ATZMTaYnEZAsak7djq7i_G-TWG7qQ,7271
|
|
151
|
+
telegrinder/tools/magic.py,sha256=R5zO8iuK7qVzbbPnvn2SdR8RU5klTNyWjbnDc13k7YI,4754
|
|
152
152
|
telegrinder/tools/parse_mode.py,sha256=MkR7r7f0JoWVgakdha1040REvRjs7LClHmClJ0u9DIE,98
|
|
153
153
|
telegrinder/tools/state_storage/__init__.py,sha256=VUAaDARf8q5Bikso1Mjbo2FzJeJQa5tTiuqIRkmxkMk,215
|
|
154
154
|
telegrinder/tools/state_storage/abc.py,sha256=ldyhHuqCu5rUXW6A-0BfsZFhr3n6e6CQw__IZ1NWXds,993
|
|
155
155
|
telegrinder/tools/state_storage/memory.py,sha256=T5ahcVPkj8qmTHEApNxZt_pxS7J4lbDbhNv0C_M8FxA,778
|
|
156
|
-
telegrinder/types/__init__.py,sha256=
|
|
157
|
-
telegrinder/types/enums.py,sha256=
|
|
156
|
+
telegrinder/types/__init__.py,sha256=UxWtp8NgKkO_CEW_w2UN6Bs-OGScO9xlOGv6pGzJ1Hg,6898
|
|
157
|
+
telegrinder/types/enums.py,sha256=iMMBbVOgY7PuDVkYwlKXuRnz9WNRCLHOzTrGK3d89CQ,19718
|
|
158
158
|
telegrinder/types/methods.py,sha256=zA7gcWofIXFKkLNLmMhO3OSL06F4DP-HUJVZ-iaIgGA,205944
|
|
159
|
-
telegrinder/types/objects.py,sha256=
|
|
159
|
+
telegrinder/types/objects.py,sha256=yNDOkejLy1MgXAanrm3FJoKnAj91aKYXIBtrRP0Zuhw,312237
|
|
160
160
|
telegrinder/verification_utils.py,sha256=w9yLyY2QSTcJjlDfP2LGv3S5FSgwOIaW-VIuXvpcCiE,1019
|
|
161
|
-
telegrinder-0.3.
|
|
162
|
-
telegrinder-0.3.
|
|
163
|
-
telegrinder-0.3.
|
|
164
|
-
telegrinder-0.3.
|
|
161
|
+
telegrinder-0.3.3.post1.dist-info/LICENSE,sha256=vBdntfovExgMLJP9OgGiqhH1bA6vKodGeeU3RwjeCWI,1117
|
|
162
|
+
telegrinder-0.3.3.post1.dist-info/METADATA,sha256=rTsxa8vIqN_4gJRNliDsAEWTadE7fq4yjTW4nSjhMM0,3149
|
|
163
|
+
telegrinder-0.3.3.post1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
164
|
+
telegrinder-0.3.3.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|