MessageReaction Constructors
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.
Overloads
MessageReaction() |
Initializes a new instance of the MessageReaction class. |
MessageReaction(String) |
Initializes a new instance of the MessageReaction class. |
MessageReaction()
Initializes a new instance of the MessageReaction class.
public MessageReaction ();
Public Sub New ()
Applies to
MessageReaction(String)
Initializes a new instance of the MessageReaction class.
public MessageReaction (string type = default);
new Microsoft.Bot.Schema.MessageReaction : string -> Microsoft.Bot.Schema.MessageReaction
Public Sub New (Optional type As String = Nothing)
Parameters
- type
- String
Message reaction type. Possible values include: 'like', 'plusOne'.