mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
minor fixes
This commit is contained in:
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user