Making text_url optional
Build and Release / run-terraform (push) Successful in 41s
Details
Build and Release / run-terraform (push) Successful in 41s
Details
This commit is contained in:
parent
5673831cdd
commit
d31d9225c5
|
@ -21,7 +21,7 @@ class MediaAttachment(BaseModel):
|
|||
media_type: str = Field(alias="type")
|
||||
url: str
|
||||
preview_url: str
|
||||
text_url: str
|
||||
text_url: Optional[str]
|
||||
meta: Meta
|
||||
description: Optional[str]
|
||||
blurhash: str
|
||||
|
|
Loading…
Reference in New Issue