Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.08 KB

File metadata and controls

48 lines (39 loc) · 1.08 KB
title channelIdentity resource type
description Represents the identity of a channel in Microsoft Teams.
author Kanaka
doc_type resourcePageType
ms.localizationpriority medium
ms.subservice teams
ms.date 07/22/2024

channelIdentity resource type

Contains basic identification information about a channel in Microsoft Teams.

Properties

Property Type Description
channelId string The identity of the channel in which the message was posted.
teamId string The identity of the team in which the message was posted.

JSON representation

The following JSON representation shows the resource type.

{
   "channelId":"string",
   "teamId":"string"
}