multibotkit 0.1.21__py3-none-any.whl → 0.1.22__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.
- multibotkit/schemas/telegram/outgoing.py +9 -4
- {multibotkit-0.1.21.dist-info → multibotkit-0.1.22.dist-info}/METADATA +1 -1
- {multibotkit-0.1.21.dist-info → multibotkit-0.1.22.dist-info}/RECORD +6 -6
- {multibotkit-0.1.21.dist-info → multibotkit-0.1.22.dist-info}/LICENSE +0 -0
- {multibotkit-0.1.21.dist-info → multibotkit-0.1.22.dist-info}/WHEEL +0 -0
- {multibotkit-0.1.21.dist-info → multibotkit-0.1.22.dist-info}/top_level.txt +0 -0
|
@@ -33,13 +33,18 @@ updates may be received for a short period of time.",
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
class DeleteWebhookParams(BaseModel):
|
|
36
|
-
drop_pending_updates: int = Field(
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
drop_pending_updates: int = Field(
|
|
37
|
+
None, title="Pass True to drop all pending updates"
|
|
38
|
+
)
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
class DeleteMessage(BaseModel):
|
|
42
|
-
chat_id:
|
|
42
|
+
chat_id: int = Field(
|
|
43
|
+
None,
|
|
44
|
+
title="Unique identifier for the target chat or username of the"
|
|
45
|
+
" target channel (in the format @channelusername)",
|
|
46
|
+
)
|
|
47
|
+
message_id: int = Field(None, title="Identifier of the message to delete")
|
|
43
48
|
|
|
44
49
|
|
|
45
50
|
class WebhookInfo(BaseModel):
|
|
@@ -17,7 +17,7 @@ multibotkit/schemas/fb/incoming.py,sha256=sp4CeQohaDMOxz113dNxJDv_fSaGW5i8qzVS7F
|
|
|
17
17
|
multibotkit/schemas/fb/outgoing.py,sha256=Qm0gPHHipAolXpnOJC4J4bfYjQEWpX54vYygSwKtIV4,8036
|
|
18
18
|
multibotkit/schemas/telegram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
multibotkit/schemas/telegram/incoming.py,sha256=ba67RQT5phOEIWTMG72SomUQrdxiuoKlXOxiz5fiaeA,10881
|
|
20
|
-
multibotkit/schemas/telegram/outgoing.py,sha256=
|
|
20
|
+
multibotkit/schemas/telegram/outgoing.py,sha256=pm1j-N0mffQJHcTyGxDaJd6XkQaHGB8KCRu-aPzClho,12132
|
|
21
21
|
multibotkit/schemas/viber/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
multibotkit/schemas/viber/incoming.py,sha256=0sS9g-NmQFl_uoVz8pkbQ9zdNsXvGE52KxmzADoFIRM,4193
|
|
23
23
|
multibotkit/schemas/viber/outgoing.py,sha256=KI73IX-aawtAx3ejW2Hx0ivXBYuMVudUxhwyp1wv6rc,8252
|
|
@@ -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.
|
|
35
|
-
multibotkit-0.1.
|
|
36
|
-
multibotkit-0.1.
|
|
37
|
-
multibotkit-0.1.
|
|
38
|
-
multibotkit-0.1.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|