Share via


TeamsChannelData Class

Definition

Channel data specific to messages received in Microsoft Teams.

public class TeamsChannelData
type TeamsChannelData = class
Public Class TeamsChannelData
Inheritance
TeamsChannelData

Constructors

TeamsChannelData()

Initializes a new instance of the TeamsChannelData class.

TeamsChannelData(ChannelInfo, String, TeamInfo, NotificationInfo, TenantInfo)

Initializes a new instance of the TeamsChannelData class.

TeamsChannelData(ChannelInfo, String, TeamInfo, NotificationInfo, TenantInfo, IList<OnBehalfOf>)

Initializes a new instance of the TeamsChannelData class.

Properties

AdditionalProperties

Gets or sets properties that are not otherwise defined by the TeamsChannelData type but that might appear in the REST JSON object.

Channel

Gets or sets information about the channel in which the message was sent.

EventType

Gets or sets type of event.

Meeting

Gets or sets information about the meeting in which the message was sent.

Notification

Gets or sets notification settings for the message.

OnBehalfOf

Gets the OnBehalfOf list for user attribution.

Settings

Gets or sets information about the settings sent with this TeamsChannelData.

Team

Gets or sets information about the team in which the message was sent.

Tenant

Gets or sets information about the tenant in which the message was sent.

Applies to