Browse Source

Add RestGuild ApplicationId inheritdoc

pull/1165/head
Chris Johnston 7 years ago
parent
commit
527f20ff46
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Rest/Entities/Guilds/RestGuild.cs

+ 1
- 0
src/Discord.Net.Rest/Entities/Guilds/RestGuild.cs View File

@@ -50,6 +50,7 @@ namespace Discord.Rest
/// <inheritdoc /> /// <inheritdoc />
public string SplashId { get; private set; } public string SplashId { get; private set; }
internal bool Available { get; private set; } internal bool Available { get; private set; }
/// <inheritdoc />
public ulong? ApplicationId { get; private set; } public ulong? ApplicationId { get; private set; }


/// <inheritdoc /> /// <inheritdoc />


Loading…
Cancel
Save