Browse Source

Explain why CreatorId can be null sometimes

pull/1214/head
Chris Johnston 6 years ago
parent
commit
4a8a809db0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Emotes/GuildEmote.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Emotes/GuildEmote.cs View File

@@ -34,7 +34,7 @@ namespace Discord
/// Gets the user Id that created this emoji. /// Gets the user Id that created this emoji.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A User Id who created this emoji, which may be null.
/// A user Id of the user who created this emoji, which may be null. A null value only indicates that the creator was not supplied as part of the API response.
/// </returns> /// </returns>
public ulong? CreatorId { get; } public ulong? CreatorId { get; }




Loading…
Cancel
Save