Class ChannelPinsUpdateGatewayData
- Namespace
- Fluxer.Net.Gateway
- Assembly
- Fluxer.Net.dll
public class ChannelPinsUpdateGatewayData
- Inheritance
-
object
ChannelPinsUpdateGatewayData
Properties
ChannelId
[JsonProperty("channel_id")]
public ulong ChannelId { get; set; }
Property Value
- ulong
GuildId
[JsonProperty("guild_id")]
public ulong? GuildId { get; set; }
Property Value
- ulong?
LastPinAt
[JsonProperty("last_pin_timestamp")]
public DateTimeOffset? LastPinAt { get; set; }
Property Value
- DateTimeOffset?