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() | |
MessageReaction(String) |
MessageReaction()
public MessageReaction ();
Public Sub New ()
Applies to
MessageReaction(String)
public MessageReaction (string type = default);
new Microsoft.Bot.Connector.MessageReaction : string -> Microsoft.Bot.Connector.MessageReaction
Public Sub New (Optional type As String = Nothing)
Parameters
- type
- String