Skip to content

Commit

Permalink
Merge pull request #17 from prtolem/prtolem-patch-3
Browse files Browse the repository at this point in the history
Update message.py
  • Loading branch information
prtolem authored Dec 3, 2024
2 parents cecf38c + 5f18607 commit 9f0ddcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailtmapi/schemas/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class OneMessage(BaseModel):
text: str
html: list[str]
hasAttachments: bool
attachments: list[Attachment] = None
attachments: any = None
size: int
downloadUrl: str
createdAt: str
Expand Down

0 comments on commit 9f0ddcd

Please sign in to comment.