File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -735,6 +735,9 @@ namespace microsoftTeams {
735735 }
736736
737737 /**
738+ * @private
739+ * Hide from docs.
740+ * ------
738741 * Opens a client-friendly preview of the specified file.
739742 * @param file The file to preview.
740743 */
@@ -1618,6 +1621,11 @@ namespace microsoftTeams {
16181621 */
16191622 teamSiteUrl ?: string ;
16201623
1624+ /**
1625+ * The relative path to the SharePoint folder associated with the channel.
1626+ */
1627+ channelRelativeUrl ?: string ;
1628+
16211629 /**
16221630 * Unique ID for the current Teams session for use in correlating telemetry data.
16231631 */
@@ -1690,6 +1698,11 @@ namespace microsoftTeams {
16901698 subEntityWebUrl ?: string ;
16911699 }
16921700
1701+ /**
1702+ * @private
1703+ * Hide from docs.
1704+ * ------
1705+ */
16931706 export interface FilePreviewParameters {
16941707 /**
16951708 * The developer-defined unique ID for the file.
You can’t perform that action at this time.
0 commit comments