Class MessageInteraction
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class MessageInteraction : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>
- Inheritance
-
MessageInteraction
- Implements
- Inherited Members
Constructors
MessageInteraction(JsonMessageInteraction, RestClient)
public MessageInteraction(JsonMessageInteraction jsonModel, RestClient client)
Parameters
jsonModel
JsonMessageInteractionclient
RestClient
Properties
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
Name
public string Name { get; }
Property Value
Type
public InteractionType Type { get; }
Property Value
User
public User User { get; }