ChaterJee 0.4.1__py3-none-any.whl → 0.4.2__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.
- ChaterJee/ChaterJee.py +0 -1
- {chaterjee-0.4.1.dist-info → chaterjee-0.4.2.dist-info}/METADATA +1 -1
- chaterjee-0.4.2.dist-info/RECORD +6 -0
- chaterjee-0.4.1.dist-info/RECORD +0 -6
- {chaterjee-0.4.1.dist-info → chaterjee-0.4.2.dist-info}/WHEEL +0 -0
- {chaterjee-0.4.1.dist-info → chaterjee-0.4.2.dist-info}/top_level.txt +0 -0
ChaterJee/ChaterJee.py
CHANGED
@@ -265,7 +265,6 @@ class ChatLogs:
|
|
265
265
|
),
|
266
266
|
)
|
267
267
|
self.smsID.append(msg.message_id)
|
268
|
-
return ConversationHandler.END
|
269
268
|
|
270
269
|
async def web_app_data(self, update: Update, context: ContextTypes.DEFAULT_TYPE) -> None :
|
271
270
|
data = json.loads(update.effective_message.web_app_data.data)
|
@@ -0,0 +1,6 @@
|
|
1
|
+
ChaterJee/ChaterJee.py,sha256=ulapPAJPv13t404BJm0H1HEIJvr3IeLagz2aiqek4Bo,15973
|
2
|
+
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
+
chaterjee-0.4.2.dist-info/METADATA,sha256=myiKUefdxL3JlXbI7lmE9Wa9fKeMB0Qni2myOUSlVPU,5872
|
4
|
+
chaterjee-0.4.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
+
chaterjee-0.4.2.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
+
chaterjee-0.4.2.dist-info/RECORD,,
|
chaterjee-0.4.1.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
ChaterJee/ChaterJee.py,sha256=ics1nhjdUV1DUhkox0cBIQNf5ASr5BJErXwHO-Fmfww,16012
|
2
|
-
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
-
chaterjee-0.4.1.dist-info/METADATA,sha256=8X0Et1azQIHZBoiW7KQJ_enhoAhdSG16Nz5wEEWuP5M,5872
|
4
|
-
chaterjee-0.4.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
-
chaterjee-0.4.1.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
-
chaterjee-0.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|