Activity.AsMessageReactionActivity Method
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.
Returns this activity as an IMessageReactionActivity object; or null, if this is not that type of activity.
public Microsoft.Bot.Schema.IMessageReactionActivity AsMessageReactionActivity ();
abstract member AsMessageReactionActivity : unit -> Microsoft.Bot.Schema.IMessageReactionActivity
override this.AsMessageReactionActivity : unit -> Microsoft.Bot.Schema.IMessageReactionActivity
Public Function AsMessageReactionActivity () As IMessageReactionActivity
Returns
This activity as a message reaction activity; or null.