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
JsonInteractionDataguildId
ulong?client
RestClient
Properties
TargetUser
public User TargetUser { get; }