Browse Source

'doc' stuff

pull/2437/head
SaculRennorb GitHub 2 years ago
parent
commit
610a8fa2c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.cs

+ 6
- 0
src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ScheduledEventUpdateAuditLogData.cs View File

@@ -87,7 +87,13 @@ namespace Discord.Rest
/// Gets the snowflake id of the event.
/// </summary>
public ulong Id { get; }
/// <summary>
/// Gets the state before the change.
/// </summary>
public ScheduledEventInfo Before { get; }
/// <summary>
/// Gets the state after the change.
/// </summary>
public ScheduledEventInfo After { get; }
}
}

Loading…
Cancel
Save