Class JsonInteractionResolvedData
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonInteractionResolvedData
- Inheritance
-
JsonInteractionResolvedData
- Inherited Members
-
Constructors
JsonInteractionResolvedData()
public JsonInteractionResolvedData()
Properties
Attachments
[JsonPropertyName("attachments")]
public IReadOnlyDictionary<ulong, JsonAttachment>? Attachments { get; set; }
Property Value
- IReadOnlyDictionary<ulong, JsonAttachment>
Channels
[JsonPropertyName("channels")]
public IReadOnlyDictionary<ulong, JsonChannel>? Channels { get; set; }
Property Value
- IReadOnlyDictionary<ulong, JsonChannel>
GuildUsers
[JsonPropertyName("members")]
public IReadOnlyDictionary<ulong, JsonGuildUser>? GuildUsers { get; set; }
Property Value
- IReadOnlyDictionary<ulong, JsonGuildUser>
Messages
[JsonPropertyName("messages")]
public IReadOnlyDictionary<ulong, JsonMessage>? Messages { get; set; }
Property Value
- IReadOnlyDictionary<ulong, JsonMessage>
Roles
[JsonPropertyName("roles")]
public IReadOnlyDictionary<ulong, JsonRole>? Roles { get; set; }
Property Value
- IReadOnlyDictionary<ulong, JsonRole>
Users
[JsonPropertyName("users")]
public IReadOnlyDictionary<ulong, JsonUser>? Users { get; set; }
Property Value
- IReadOnlyDictionary<ulong, JsonUser>