Browse Source

Fix channelid xmldoc

pull/2330/head
Armano den Boef 3 years ago
parent
commit
5b6c585021
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Entities/Interactions/InteractionProperties.cs

+ 1
- 1
src/Discord.Net.Rest/Entities/Interactions/InteractionProperties.cs View File

@@ -52,7 +52,7 @@ namespace Discord.Rest
/// Gets the channel ID of the interaction.
/// </summary>
/// <remarks>
/// This will be <see langword="null"/> if this interaction was executed in DM.
/// This will be <see langword="null"/> if this interaction is <see cref="InteractionType.Ping"/>.
/// </remarks>
public ulong? ChannelId { get; }



Loading…
Cancel
Save