Clarify the documenation to reflect that 'description' on media attachments can be null. (#1263)

This commit is contained in:
Daniel Jalkut 2023-12-05 07:58:40 -05:00 committed by GitHub
parent bae33cc3ac
commit 7f7a24efd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ More importantly, there may be another topl-level `focus` Hash object on images
### `description` {#description}
**Description:** Alternate text that describes what is in the media attachment, to be used for the visually impaired or when media attachments do not load.\
**Type:** String\
**Type:** {{<nullable>}} String, or null if alternate text was not provided for the media attachment\
**Version history:**\
2.0.0 - added