Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.12 KB

File metadata and controls

50 lines (39 loc) · 1.12 KB
title description author doc_type ms.localizationpriority ms.subservice
channelIdentity resource type
Represents the identity of a channel in Microsoft Teams.
Kanaka
resourcePageType
medium
teams

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 is a JSON representation of the resource.

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