Browse Source
Update src/Discord.Net.Core/Entities/Channels/GuildChannelProperties.cs
Co-Authored-By: Still34 <341464@gmail.com>
pull/1218/head
Chris Johnston
Still Hsu
6 years ago
No known key found for this signature in database
GPG Key ID: 8601A145FDA95209
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.Core/Entities/Channels/GuildChannelProperties.cs
|
|
@@ -26,7 +26,7 @@ namespace Discord |
|
|
|
/// </summary> |
|
|
|
/// <remarks> |
|
|
|
/// Setting this value to a category's snowflake identifier will change or set this channel's parent to the |
|
|
|
/// specified channel; setting this value to <c>0</c> will remove detach this channel from its parent if one |
|
|
|
/// specified channel; setting this value to <c>0</c> will detach this channel from its parent if one |
|
|
|
/// is set. |
|
|
|
/// </remarks> |
|
|
|
public Optional<ulong?> CategoryId { get; set; } |
|
|
|