Class GuildAuditLogListRequest
public class GuildAuditLogListRequest
- Inheritance
-
objectGuildAuditLogListRequest
Properties
ActionType
Filter entries by the type of action
[JsonProperty("action_type")]
public AuditLogActionType? ActionType { get; set; }
Property Value
After
Get entries after this audit log entry ID
[JsonProperty("after")]
public ulong? After { get; set; }
Property Value
Before
Get entries before this audit log entry ID
[JsonProperty("before")]
public ulong? Before { get; set; }
Property Value
Limit
Maximum number of audit log entries to return (1-100)
[JsonProperty("limit")]
public int? Limit { get; set; }
Property Value
- int?
UserId
Filter entries by the user who performed the action
[JsonProperty("user")]
public ulong? UserId { get; set; }