| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
| 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. |
The following JSON representation shows the enum type.
{
"@odata.type": "microsoft.graph.channelLayoutType",
"value": "post"
}