Table of Contents

Class UserCommandInteractionData

Namespace
NetCord
Assembly
NetCord.dll
public class UserCommandInteractionData : ApplicationCommandInteractionData, IJsonModel<JsonInteractionData>
Inheritance
UserCommandInteractionData
Implements
Inherited Members

Constructors

UserCommandInteractionData(JsonInteractionData, ulong?, RestClient)

public UserCommandInteractionData(JsonInteractionData jsonModel, ulong? guildId, RestClient client)

Parameters

jsonModel JsonInteractionData
guildId ulong?
client RestClient

Properties

TargetUser

public User TargetUser { get; }

Property Value

User