multibotkit 0.1.22__py3-none-any.whl → 0.1.24__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.
@@ -28,7 +28,9 @@ from multibotkit.schemas.telegram.outgoing import (
28
28
  ReplyKeyboardRemove,
29
29
  Sticker,
30
30
  Video,
31
- Location, DeleteWebhookParams, DeleteMessage,
31
+ Location,
32
+ DeleteWebhookParams,
33
+ DeleteMessage,
32
34
  )
33
35
 
34
36
 
@@ -232,10 +234,18 @@ class TelegramHelper(BaseHelper):
232
234
  chat_id: int,
233
235
  message_id: int,
234
236
  text: str,
237
+ parse_mode: str = "HTML",
238
+ disable_web_page_preview: Optional[bool] = True,
235
239
  reply_markup: Optional[InlineKeyboardMarkup] = None,
236
240
  ):
237
241
  url = self.tg_base_url + "editMessageText"
238
- data = {"chat_id": chat_id, "message_id": message_id, "text": text}
242
+ data = {
243
+ "chat_id": chat_id,
244
+ "message_id": message_id,
245
+ "text": text,
246
+ "parse_mode": parse_mode,
247
+ "link_preview_options": {"is_disabled": disable_web_page_preview}
248
+ }
239
249
  if reply_markup:
240
250
  data["reply_markup"] = reply_markup.dict(exclude_none=True)
241
251
 
@@ -247,10 +257,18 @@ class TelegramHelper(BaseHelper):
247
257
  chat_id: int,
248
258
  message_id: int,
249
259
  text: str,
260
+ parse_mode: str = "HTML",
261
+ disable_web_page_preview: Optional[bool] = True,
250
262
  reply_markup: Optional[InlineKeyboardMarkup] = None,
251
263
  ):
252
264
  url = self.tg_base_url + "editMessageText"
253
- data = {"chat_id": chat_id, "message_id": message_id, "text": text}
265
+ data = {
266
+ "chat_id": chat_id,
267
+ "message_id": message_id,
268
+ "text": text,
269
+ "parse_mode": parse_mode,
270
+ "link_preview_options": {"is_disabled": disable_web_page_preview}
271
+ }
254
272
  if reply_markup:
255
273
  data["reply_markup"] = reply_markup.dict(exclude_none=True)
256
274
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: multibotkit
3
- Version: 0.1.22
3
+ Version: 0.1.24
4
4
  Summary: Functional library for developing multiplatform chatbots
5
5
  Home-page: https://github.com/Appvelox/multibotkit
6
6
  Author: Appvelox LLC
@@ -8,7 +8,7 @@ multibotkit/dispatchers/vk.py,sha256=EsFOL2g3ju-nhsdyRY4JBTJxqQPmaPAB7Mkn462s4tk
8
8
  multibotkit/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  multibotkit/helpers/base_helper.py,sha256=b4vlmwELwGUIJE0DvD2Lkk0LO-b-w0VWAnEnnYawOKQ,1462
10
10
  multibotkit/helpers/fb.py,sha256=Z2Vo6A_fepVBQNcWCeelmH72zf_eKyXOXheUIlaIiBI,4329
11
- multibotkit/helpers/telegram.py,sha256=5DmMpis9iGueSQ8aqyeM96MQ4RjEbrVkRTA2vArLu38,54235
11
+ multibotkit/helpers/telegram.py,sha256=RXKYTia-MS1v5blUM29vVuogcRrWLv7x8kHxBWZXrTg,54751
12
12
  multibotkit/helpers/viber.py,sha256=74UQ3RtHS3iR8qA5XVeMOYfXaaMq2pF0cpItwehdr4o,9246
13
13
  multibotkit/helpers/vk.py,sha256=QlI9rGEjhzqS-jcFrnZJ651lDbC4m33SSHAC1zWDyUU,5930
14
14
  multibotkit/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -31,8 +31,8 @@ multibotkit/states/managers/base.py,sha256=KOO-wtbj984-lLq6u6LhxR79NTftQV2c5uUG6
31
31
  multibotkit/states/managers/memory.py,sha256=uN064uj2Q0ivK9LGEHJFaaaG6FEyXkIajS87TCAuYsI,1328
32
32
  multibotkit/states/managers/mongo.py,sha256=K8upbLT0892YA2Qi9dDPXDP5jvQoS16T8FW-qapv1Xk,1927
33
33
  multibotkit/states/managers/redis.py,sha256=XMpQ8LUdO9mZq3cZXlYOcGCC0VsSbsxBsEzVFH7TeEM,1681
34
- multibotkit-0.1.22.dist-info/LICENSE,sha256=3iCLdX93Z5F6PpDqN6q7wufsBixXuTAYwgzntBQjYBQ,1069
35
- multibotkit-0.1.22.dist-info/METADATA,sha256=wDfL6cn9NkiG0z0mgg-KFIZZ0Fq7grE0pUIB8OSXc4U,826
36
- multibotkit-0.1.22.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
37
- multibotkit-0.1.22.dist-info/top_level.txt,sha256=Meo5tTNdc5pf6_qwW6x4Cqz5iJJlXFqUDMti96pzV2I,12
38
- multibotkit-0.1.22.dist-info/RECORD,,
34
+ multibotkit-0.1.24.dist-info/LICENSE,sha256=3iCLdX93Z5F6PpDqN6q7wufsBixXuTAYwgzntBQjYBQ,1069
35
+ multibotkit-0.1.24.dist-info/METADATA,sha256=bCla6-AVq-Swo9yFRNoekTtatPas7t1TYveQOrhy27k,826
36
+ multibotkit-0.1.24.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
37
+ multibotkit-0.1.24.dist-info/top_level.txt,sha256=Meo5tTNdc5pf6_qwW6x4Cqz5iJJlXFqUDMti96pzV2I,12
38
+ multibotkit-0.1.24.dist-info/RECORD,,