Skip to content

Commit

Permalink
Updates remarks of IAudioChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Sep 6, 2023
1 parent 69f35d9 commit f8f74a7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Kook.Net.Core/Entities/Channels/IAudioChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,14 @@ public interface IAudioChannel : IChannel
/// <summary>
/// Gets whether the voice region of this audio channel is overwritten.
/// </summary>
/// <remarks>
/// <note type="warning">
/// This property may be <see langword="null" />
/// due to the lack of fields of KOOK API.
/// </note>
/// </remarks>
bool? IsVoiceRegionOverwritten { get; }

/// <summary>
/// Gets the voice region for this audio channel.
/// </summary>
/// <remarks>
/// <note type="warning">
/// This property may be <see langword="null" />
/// due to the lack of fields of KOOK API.
/// This property may be empty if the voice channel is created before this feature was released.
/// </note>
/// </remarks>
string VoiceRegion { get; }
Expand Down

0 comments on commit f8f74a7

Please sign in to comment.