Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.14 KB

File metadata and controls

51 lines (40 loc) · 1.14 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

[!INCLUDE beta-disclaimer]

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"
}