Property Limit
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Limit
Gets or sets the maximum number of entries.
public int? Limit { get; set; }
Property Value
- int?
Remarks
Discord accepts values from 1 through 100. GetAuditLogEntriesAsync(DiscordAuditLogQuery?) clamps out-of-range values before sending the request.