This commit is contained in:
SBD
2024-01-26 16:31:58 +03:00
parent d5453dada6
commit 91751574cc
4 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class MsgGroup(BaseModel):
if msg.text:
return msg.text
elif msg.files:
return msg.files[0].file_name
return msg.files[0]['file_name']
return self.name