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: string
Property Value
string
author
Id of the user who shared the content.
author: string
Property Value
string
contentReference
Reference of the shared content
contentReference: string
Property 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: string
Property Value
string
threadId
Id of the thread where the content was shared.
threadId: string
Property Value
string
title
Title of the shared content
title: string
Property Value
string