Class DiscordAuditLogPage
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a parsed audit log page.
public sealed class DiscordAuditLogPage
- Inheritance
-
DiscordAuditLogPage
- Inherited Members
Remarks
Discord may return pages in descending or ascending order depending on whether the request used a
before or after cursor. The page exposes that ordering explicitly through IsAscending.
Properties
- Entries
Gets the parsed entries.
- FirstEntryId
Gets the first entry id.
- IsAscending
Gets whether the page is ordered ascending.
- LastEntryId
Gets the last entry id.