Class DiscordAuditLogQuery
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a query for fetching guild audit log entries.
public sealed class DiscordAuditLogQuery
- Inheritance
-
DiscordAuditLogQuery
- Inherited Members
Remarks
Discord allows combining the action type and actor filters with either a before or after cursor.
When both cursors are omitted, Discord returns its default descending page order.
Before and After are mutually exclusive in DisCatSharp's audit log API.
Properties
- ActionType
Gets or sets the action type filter.
- After
Gets or sets the after cursor.
- Before
Gets or sets the before cursor.
- Limit
Gets or sets the maximum number of entries.
- UserId
Gets or sets the acting user id filter.