Making text_url optional
Build and Release / run-terraform (push) Successful in 41s Details

This commit is contained in:
jfm 2024-05-02 09:11:02 +02:00
parent 5673831cdd
commit d31d9225c5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class MediaAttachment(BaseModel):
media_type: str = Field(alias="type") media_type: str = Field(alias="type")
url: str url: str
preview_url: str preview_url: str
text_url: str text_url: Optional[str]
meta: Meta meta: Meta
description: Optional[str] description: Optional[str]
blurhash: str blurhash: str