TeamsChannelData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, IList<OnBehalfOf>) |
Initializes a new instance of the TeamsChannelData class. |
TeamsChannelData(ChannelInfo, String, TeamInfo, NotificationInfo, TenantInfo) |
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. |