minor fixes

This commit is contained in:
2024-08-14 00:57:20 +08:00
parent 06d25854d2
commit afca276f49
2 changed files with 14 additions and 7 deletions
+4
View File
@@ -18,6 +18,10 @@ class ChatData:
self.edit_message: dict[int, EditMessage] = {}
self.template: dict[str, str] = {}
def __str__(self):
return f"ChatData(forward_channel_id={self.forward_channel_id}, edit_before_forward={self.edit_before_forward}, " \
f"edit_message={self.edit_message}, template={self.template})"
class CustomContext(CallbackContext[ExtBot, dict, ChatData, dict]):
def __init__(