Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents rich content like images and code snippets in Microsoft Teams. For rich content in channel and chat messages, see chatMessageHostedContent.
Properties
| Property | Type | Description | 
|---|---|---|
| contentBytes | Binary | Write only. Bytes for the hosted content (such as images). | 
| contentType | String | Write only. Content type. such as image/png, image/jpg. | 
| id | String | ID of the hosted content. | 
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
  "id": "String (identifier)",
  "contentBytes": "Binary",
  "contentType": "String"
}