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.

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.

team

Information about the team.

tenant

Information about the tenant.

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

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

team

Information about the team.

team?: TeamInfo

Property Value

tenant

Information about the tenant.

tenant?: TenantInfo

Property Value