|
@@ -26,7 +26,7 @@ namespace Discord |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
/// <remarks> |
|
|
/// <remarks> |
|
|
/// Setting this value to a category's snowflake identifier will change or set this channel's parent to the |
|
|
/// 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. |
|
|
/// is set. |
|
|
/// </remarks> |
|
|
/// </remarks> |
|
|
public Optional<ulong?> CategoryId { get; set; } |
|
|
public Optional<ulong?> CategoryId { get; set; } |
|
|