mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
new set template
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ class ChatData:
|
||||
self.forward_channel_id: Optional[int] = None
|
||||
self.edit_before_forward: bool = False
|
||||
self.edit_message: dict[int, EditMessage] = {}
|
||||
self.template: Optional[str] = None
|
||||
self.template: dict[str, str] = {}
|
||||
|
||||
|
||||
class CustomContext(CallbackContext[ExtBot, dict, ChatData, dict]):
|
||||
|
||||
Reference in New Issue
Block a user