|
@@ -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; } |
|
|
|
|
|
|
|
|