Share via


TeamsChannelData interface

Represents data for a Teams channel.

Properties

channel

Information about the channel.

eventType

The type of event.

meeting

Information about the meeting.

membershipSource

Information about the source of a member that was added or removed from a shared channel.

notification

Information about the notification.

onBehalfOf

Information about the users on behalf of whom the action is performed.

settings

Settings for the Teams channel data.

sharedWithTeams

List of teams that a channel was shared with.

team

Information about the team.

tenant

Information about the tenant.

unsharedFromTeams

List of teams that a channel was unshared from.

Property Details

channel

Information about the channel.

channel?: ChannelInfo

Property Value

eventType

The type of event.

eventType?: string

Property Value

string

meeting

Information about the meeting.

meeting?: TeamsMeetingInfo

Property Value

membershipSource

Information about the source of a member that was added or removed from a shared channel.

membershipSource?: MembershipSource

Property Value

notification

Information about the notification.

notification?: NotificationInfo

Property Value

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

team

Information about the team.

team?: TeamInfo

Property Value

tenant

Information about the tenant.

tenant?: TenantInfo

Property Value

unsharedFromTeams

List of teams that a channel was unshared from.

unsharedFromTeams?: TeamInfo[]

Property Value