1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user