Class InteractionResolvedData
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class InteractionResolvedData
- Inheritance
-
InteractionResolvedData
- Inherited Members
-
Constructors
InteractionResolvedData(JsonInteractionResolvedData, ulong?, RestClient)
public InteractionResolvedData(JsonInteractionResolvedData jsonModel, ulong? guildId, RestClient client)
Parameters
jsonModel
JsonInteractionResolvedData
guildId
ulong?
client
RestClient
Properties
Attachments
public IReadOnlyDictionary<ulong, Attachment>? Attachments { get; }
Property Value
- IReadOnlyDictionary<ulong, Attachment>
Channels
public IReadOnlyDictionary<ulong, Channel>? Channels { get; }
Property Value
- IReadOnlyDictionary<ulong, Channel>
Roles
public IReadOnlyDictionary<ulong, Role>? Roles { get; }
Property Value
- IReadOnlyDictionary<ulong, Role>
Users
public IReadOnlyDictionary<ulong, User>? Users { get; }
Property Value
- IReadOnlyDictionary<ulong, User>