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. /// Gets the channel ID of the interaction.
/// </summary> /// </summary>
/// <remarks> /// <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> /// </remarks>
public ulong? ChannelId { get; } public ulong? ChannelId { get; }




Loading…
Cancel
Save