Class JsonChannelPinsUpdateEventArgs
public class JsonChannelPinsUpdateEventArgs
- Inheritance
-
JsonChannelPinsUpdateEventArgs
- Inherited Members
-
Constructors
JsonChannelPinsUpdateEventArgs()
public JsonChannelPinsUpdateEventArgs()
Properties
ChannelId
[JsonPropertyName("channel_id")]
public ulong ChannelId { get; set; }
Property Value
- ulong
GuildId
[JsonPropertyName("guild_id")]
public ulong? GuildId { get; set; }
Property Value
- ulong?
LastPinTimestamp
[JsonPropertyName("last_pin_timestamp")]
public DateTimeOffset? LastPinTimestamp { get; set; }
Property Value
- DateTimeOffset?