Table of Contents

Class GuildAuditLogListRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class GuildAuditLogListRequest
Inheritance
object
GuildAuditLogListRequest

Properties

ActionType

Filter entries by the type of action

[JsonProperty("action_type")]
public AuditLogActionType? ActionType { get; set; }

Property Value

AuditLogActionType?

After

Get entries after this audit log entry ID

[JsonProperty("after")]
public ulong? After { get; set; }

Property Value

ulong?

Before

Get entries before this audit log entry ID

[JsonProperty("before")]
public ulong? Before { get; set; }

Property Value

ulong?

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; }

Property Value

ulong?