TeamsChannelData interface
Represents data for a Teams channel.
Properties
| channel | Information about the channel. |
| event |
The type of event. |
| meeting | Information about the meeting. |
| membership |
Information about the source of a member that was added or removed from a shared channel. |
| notification | Information about the notification. |
| on |
Information about the users on behalf of whom the action is performed. |
| settings | Settings for the Teams channel data. |
| shared |
List of teams that a channel was shared with. |
| team | Information about the team. |
| tenant | Information about the tenant. |
| unshared |
List of teams that a channel was unshared from. |
Property Details
channel
eventType
The type of event.
eventType?: string
Property Value
string
meeting
membershipSource
Information about the source of a member that was added or removed from a shared channel.
membershipSource?: MembershipSource
Property Value
notification
onBehalfOf
Information about the users on behalf of whom the action is performed.
onBehalfOf?: OnBehalfOf[]
Property Value
settings
Settings for the Teams channel data.
settings?: TeamsChannelDataSettings
Property Value
sharedWithTeams
List of teams that a channel was shared with.
sharedWithTeams?: TeamInfo[]
Property Value
TeamInfo[]
team
tenant
unsharedFromTeams
List of teams that a channel was unshared from.
unsharedFromTeams?: TeamInfo[]
Property Value
TeamInfo[]