Make emoticon alt-text property optional

This commit is contained in:
Andrew Ferrazzutti 2022-04-11 15:55:50 -04:00
parent 3bf49123f5
commit 164bb7ce10
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class EmoticonAttachment(Attachment):
path: str
name: str
type: str
alt: str
alt: Optional[str] = None # NOTE Made optional
s: Optional[int] = None
sound: Optional[str] = None
width: Optional[int] = None