- Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
public struct GuildUsersSearchTimestamp : IMinMaxValue<GuildUsersSearchTimestamp>
- Implements
-
- Inherited Members
-
Constructors
public GuildUsersSearchTimestamp(DateTimeOffset guildJoinedAt, ulong userId)
Parameters
guildJoinedAt
DateTimeOffset
userId
ulong
Properties
[JsonConverter(typeof(MillisecondsUnixDateTimeOffsetConverter))]
[JsonPropertyName("guild_joined_at")]
public DateTimeOffset GuildJoinedAt { readonly get; set; }
Property Value
- DateTimeOffset
[JsonPropertyName("user_id")]
public ulong UserId { readonly get; set; }
Property Value
- ulong
Explicit Interface Implementations
static GuildUsersSearchTimestamp MaxValue { get; }
Returns
- GuildUsersSearchTimestamp
static GuildUsersSearchTimestamp MinValue { get; }
Returns
- GuildUsersSearchTimestamp