Table of Contents

Class MessageDeleteGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll
public class MessageDeleteGatewayData
Inheritance
object
MessageDeleteGatewayData

Properties

AuthorId

[JsonProperty("author_id")]
public ulong? AuthorId { get; set; }

Property Value

ulong?

ChannelId

[JsonProperty("channel_id")]
public ulong ChannelId { get; set; }

Property Value

ulong

Content

[JsonProperty("content")]
public string? Content { get; set; }

Property Value

string

GuildId

[JsonProperty("guild_id")]
public ulong? GuildId { get; set; }

Property Value

ulong?

MessageId

[JsonProperty("id")]
public ulong MessageId { get; set; }

Property Value

ulong