Class GuildUpdateEntity
Tracks the last update timestamp per guild for staleness detection and polling purposes.
public class GuildUpdateEntity
- Inheritance
-
GuildUpdateEntity
- Inherited Members
Properties
GuildID
Guild ID this update entry belongs to.
public long GuildID { get; set; }
Property Value
ID
Primary key.
public long ID { get; set; }
Property Value
LastUpdate
Timestamp of the most recent guild update (UTC).
public DateTime LastUpdate { get; set; }
Property Value
TimeCreated
Row creation timestamp (UTC).
public DateTime TimeCreated { get; set; }