Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 879 Bytes

MessageObjectAttachments.md

File metadata and controls

15 lines (12 loc) · 879 Bytes

# MessageObjectAttachments

Properties

Name Type Description Notes
id string The ID of the attachment
type string The mime-type of the attachment
name string The name of the attachment [optional]
size float The size of the attachment [optional]
url string A URL to the file
preview_url string A URL to a preview picture of the file [optional]
link_expires bool If true, it will use the getMessageById endpoint for fetching updated attachment's urls. Find out more here [optional] [default to false]

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