mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
fix edit message str format
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ class EditMessage:
|
|||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
forward = ", ".join(f"Message({f.id})" for f in self.forward)
|
forward = ", ".join(f"Message({f.id})" for f in self.forward)
|
||||||
return f"EditMessage(url={self.url}, forward={forward})"
|
return f"EditMessage(url={self.url}, forward={forward}, template={self.template})"
|
||||||
|
|
||||||
__repr__ = __str__
|
__repr__ = __str__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user