|
|
@ -17,7 +17,7 @@ public partial record Channel(
|
|
|
|
string? IconUrl,
|
|
|
|
string? IconUrl,
|
|
|
|
string? Topic,
|
|
|
|
string? Topic,
|
|
|
|
bool IsActive,
|
|
|
|
bool IsActive,
|
|
|
|
Snowflake? LastMessageId)
|
|
|
|
Snowflake? LastMessageId) : IHasId
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Used for visual backwards-compatibility with old exports, where
|
|
|
|
// Used for visual backwards-compatibility with old exports, where
|
|
|
|
// channels without a parent (i.e. mostly DM channels) had a fallback
|
|
|
|
// channels without a parent (i.e. mostly DM channels) had a fallback
|
|
|
|