GetAttachmentContentUrl
Get Content URl for an attachment from chat messages.
Input
Name | Type | Required | Description |
ChatId | String | True | The Id of the Chat to which message has been sent. |
AttachmentId | String | False | The Id of the attachment.This will not be filterable on the server-side. |
Result Set Columns
Name | Type | Description |
ContentUrl | String | Url for the attachment shared in the chat. |
Success | String | Whether the operation was successful. |