Add support for asset_description assert metadata

This commit is contained in:
2026-01-30 01:33:22 +03:00
parent 69b344142f
commit c49392af51
3 changed files with 14 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ ATTR_ASSET_CREATED: Final = "asset_created"
ATTR_ASSET_OWNER: Final = "asset_owner"
ATTR_ASSET_OWNER_ID: Final = "asset_owner_id"
ATTR_ASSET_URL: Final = "asset_url"
ATTR_ASSET_DESCRIPTION: Final = "asset_description"
# Asset types
ASSET_TYPE_IMAGE: Final = "IMAGE"