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
jsonModelJsonInteractionDataguildIdulong?clientRestClient
Properties
TargetUser
public User TargetUser { get; }