Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 809 Bytes

MessageMedia.md

File metadata and controls

14 lines (10 loc) · 809 Bytes

MessageMedia

Properties

Name Type Description Notes
url string The location of the media, useful for retrieving it [optional]
mediaType string The optional internet media type of the the media object. If null then the media type should be dictated by the url [optional]
contentLengthBytes int The optional content length of the the media object, in bytes. [optional]
name string The optional name of the the media object. [optional]
id string The optional id of the the media object. [optional]

[Back to Model list] [Back to API list] [Back to README]