aboutsummaryrefslogtreecommitdiff
path: root/src/model/mod.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-07-20 03:47:13 +0200
committeracdenisSK <[email protected]>2017-07-20 03:48:28 +0200
commit6a101c4a409ae3abe4038f96dcd51f0788d4c0e4 (patch)
tree505c7dc6e4735c82dc9d01c0b83146b30c75da50 /src/model/mod.rs
parentFix tests (diff)
downloadserenity-6a101c4a409ae3abe4038f96dcd51f0788d4c0e4.tar.xz
serenity-6a101c4a409ae3abe4038f96dcd51f0788d4c0e4.zip
Add an actual way to fetch audit log entries from a guild
Diffstat (limited to 'src/model/mod.rs')
-rw-r--r--src/model/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs
index 92e533e..84cd7bf 100644
--- a/src/model/mod.rs
+++ b/src/model/mod.rs
@@ -105,6 +105,8 @@ id_u64! {
UserId;
/// An identifier for a [`Webhook`](struct.Webhook.html).
WebhookId;
+ /// An identifier for an audit log entry.
+ AuditLogEntryId;
}
/// A container for guilds.