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.

Properties

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.

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