mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
fix edit message
This commit is contained in:
@@ -9,6 +9,7 @@ from telegram.ext import Application, CallbackContext, ExtBot
|
||||
class EditMessage:
|
||||
url: str
|
||||
forward: tuple[Message, ...]
|
||||
template: str = ""
|
||||
|
||||
def __str__(self):
|
||||
forward = ", ".join(f"Message({f.id})" for f in self.forward)
|
||||
|
||||
Reference in New Issue
Block a user