IMessageReactionActivity Interface

Definition

public interface IMessageReactionActivity : Microsoft.Bot.Connector.IActivity
type IMessageReactionActivity = interface
    interface IActivity
Public Interface IMessageReactionActivity
Implements IActivity
Derived
Implements

Properties

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

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

ToConversationReference(IActivity)

Creates a ConversationReference from IActivity.

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)
TryGetChannelData<TypeT>(IActivity, TypeT)

Applies to