Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 761 Bytes

File metadata and controls

34 lines (26 loc) · 761 Bytes
title channelLayoutType enum
description Represents the layout type of a Microsoft Teams channel.
author akjo
ms.localizationpriority medium
ms.subservice teams
doc_type enumPageType
ms.date 12/16/2025

channelLayoutType enum type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Members

Member Description
post Traditional post-reply conversation format.
chat Chat-like threading experience similar to group chats.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

JSON representation

The following JSON representation shows the enum type.

{
  "@odata.type": "microsoft.graph.channelLayoutType",
  "value": "post"
}