IContentResponse interface 
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the data returned when calling getContent
Properties
| app | Id of the app where the content was shared from | 
| author | Id of the user who shared the content. | 
| content | Reference of the shared content | 
| content | Type of the shared content.
For sharing to Teams stage scenarios, this value would be  | 
| thread | Id of the thread where the content was shared. | 
| title | Title of the shared content | 
Property Details
		appId
	 
	Id of the app where the content was shared from
appId: stringProperty Value
string
author
Id of the user who shared the content.
author: stringProperty Value
string
		contentReference
	 
	Reference of the shared content
contentReference: stringProperty Value
string
		contentType
	 
	Type of the shared content.
For sharing to Teams stage scenarios, this value would be ShareToStage
Other contentType values will be added and documented here over time
contentType: stringProperty Value
string
		threadId
	 
	Id of the thread where the content was shared.
threadId: stringProperty Value
string
title
Title of the shared content
title: stringProperty Value
string