You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| shared | Members can be directly added to the channel without adding them to the team. |
89
89
90
90
### Instance attributes
@@ -106,15 +106,15 @@ For a POST request example, see [Request (create channel in migration state)](/m
106
106
|allMembers|[conversationMember](conversationmember.md) collection |A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels.|
107
107
|[filesFolder](../api/channel-get-filesfolder.md)|[driveItem](driveitem.md)|Metadata for the location where the channel's files are stored.|
108
108
|members|[conversationMember](conversationmember.md) collection|A collection of membership records associated with the channel.|
109
-
|messages|[chatMessage](chatmessage.md) collection|A collection of all the messages in the channel. A navigation property. Nullable.|
109
+
|messages|[chatMessage](chatmessage.md) collection|A collection of all the messages in the channel. Nullable.|
110
110
|operations|[teamsAsyncOperation](teamsasyncoperation.md) collection| The async operations that ran or are running on this team. |
111
111
|planner|[teamsChannelPlanner](teamschannelplanner.md)| Selective Planner services available to this channel. Currently, only shared channels are supported. Read-only. Nullable. |
112
112
|sharedWithTeams|[sharedWithChannelTeamInfo](../resources/sharedwithchannelteaminfo.md) collection|A collection of teams with which a channel is shared.|
113
-
|tabs|[teamsTab](../resources/teamstab.md) collection|A collection of all the tabs in the channel. A navigation property.|
113
+
|tabs|[teamsTab](../resources/teamstab.md) collection|A collection of all the tabs in the channel. |
114
114
115
115
## JSON representation
116
116
117
-
The following JSON representation shows the resource type
117
+
The following JSON representation shows the resource type.
0 commit comments