IEventActivity Interface
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.
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.IActivity+JsonConverter))]
public interface IEventActivity : ICloneable, IConvertible, Microsoft.Teams.Api.Activities.IActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Api.Activities.IActivity+JsonConverter))>]
type IEventActivity = interface
interface IActivity
interface IConvertible
interface ICloneable
Public Interface IEventActivity
Implements IActivity, ICloneable, IConvertible
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ChannelData | (Inherited from IActivity) |
| ChannelId | (Inherited from IActivity) |
| Conversation | (Inherited from IActivity) |
| Entities | (Inherited from IActivity) |
| From | (Inherited from IActivity) |
| Id | (Inherited from IActivity) |
| IsStreaming | (Inherited from IActivity) |
| Locale | (Inherited from IActivity) |
| LocalTimestamp | (Inherited from IActivity) |
| Name | |
| Properties | (Inherited from IActivity) |
| Recipient | (Inherited from IActivity) |
| RelatesTo |
Obsolete.
(Inherited from IActivity)
|
| ReplyToId | (Inherited from IActivity) |
| ServiceUrl | (Inherited from IActivity) |
| Timestamp | (Inherited from IActivity) |
| Type | (Inherited from IActivity) |
Methods
| Name | Description |
|---|---|
| GetPath() | (Inherited from IActivity) |
| ToQuoteReply() |
Obsolete.
(Inherited from IActivity)
|