ChatMessageAttachments
Get Chat Message Attachments.
Table Specific Information
Select
The server uses the Microsoft Teams API to process WHERE clause conditions built with the following column and operator:
- ChatId supports '=' operator.
The rest of the filter is executed client side within the server.
The following is an example query:
SELECT * FROM ChatMessageAttachments WHERE ChatId = '19:92dfdfc6-f1d4-4965-9f71-30e4da4fa7fe_e4ea490e-b30c-4b1e-92b0-337117920315@unq.gbl.spaces'
Columns
| Name | Type | Description |
| Id | String | The Chat Messages Id. |
| ChatId | String | The Chat Id. |
| Attachments_Id | String | The Id of the attachment. |
| Content | String | The Content of the attachment. |
| ContentType | String | The ContentType of the attachment. |
| ContentUrl | String | The ContentUrl of the attachment. |
| Name | String | The Name of the attachment. |
| TeamsAppId | String | The TeamsAppId of the attachment. |
| ThumbnailUrl | String | The ThumbnailUrl of the attachment. |