Language

IMessageReactionActivity Interface

Definition

public interface IMessageReactionActivity : Microsoft.Bot.Connector.IActivity
type IMessageReactionActivity = interface
    interface IActivity
Public Interface IMessageReactionActivity
Implements IActivity
Derived
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)
LocalTimestamp (Inherited from IActivity)
ReactionsAdded
ReactionsRemoved
Recipient (Inherited from IActivity)
ReplyToId (Inherited from IActivity)
ServiceUrl (Inherited from IActivity)
Timestamp (Inherited from IActivity)
Type (Inherited from IActivity)

Methods

Name Description
AsContactRelationUpdateActivity() (Inherited from IActivity)
AsConversationUpdateActivity() (Inherited from IActivity)
AsEndOfConversationActivity() (Inherited from IActivity)
AsEventActivity() (Inherited from IActivity)
AsInstallationUpdateActivity() (Inherited from IActivity)
AsInvokeActivity() (Inherited from IActivity)
AsMessageActivity() (Inherited from IActivity)
AsMessageDeleteActivity() (Inherited from IActivity)
AsMessageReactionActivity() (Inherited from IActivity)
AsMessageUpdateActivity() (Inherited from IActivity)
AsSuggestionActivity() (Inherited from IActivity)
AsTraceActivity() (Inherited from IActivity)
AsTypingActivity() (Inherited from IActivity)
GetChannelData<TypeT>() (Inherited from IActivity)
TryGetChannelData<TypeT>(TypeT) (Inherited from IActivity)

Extension Methods

Name Description
CreateOAuthReplyAsync(IActivity, String, String, String, Boolean)
GetActivityType(IActivity)
GetChannelData<TypeT>(IActivity)
GetOAuthClient(IActivity, MicrosoftAppCredentials, String, DelegatingHandler[])
GetOAuthClient(IActivity, String, String, String, DelegatingHandler[])
GetStateClient(IActivity, MicrosoftAppCredentials, String, DelegatingHandler[])
GetStateClient(IActivity, String, String, String, DelegatingHandler[])
IsTeamsVerificationInvoke(IActivity)
IsTokenResponseEvent(IActivity)
ReadTokenResponseContent(IActivity)
ToConversationReference(IActivity)

Creates a ConversationReference from IActivity.

TryGetChannelData<TypeT>(IActivity, TypeT)

Applies to