ConversationsRestoreConfig
Represents the conversation contents to be restored.
Fields
| Field | Type | Description |
|---|---|---|
| ChannelInfoForFullRestore | TeamsConvChannelInfo | Destination channel for a full restore. |
| ChannelsToRestore | [TeamsConvChannelInfo!]! | The channels to restore. |
| O365AppID | String! | The M365 app ID used for the restore. |
| RefreshTokenEncrypted | String! | Encrypted refresh token used for the restore. |
| SearchFilter | TeamsConversationsSearchFilterJson | Filter selecting which conversations to restore. |
| ShouldRestoreFileAttachments | Boolean! | Whether to restore file attachments. |