Table of Contents

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 JsonMessageInteraction
client RestClient

Properties

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

Name

public string Name { get; }

Property Value

string

Type

public InteractionType Type { get; }

Property Value

InteractionType

User

public User User { get; }

Property Value

User