mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-28 22:01:55 +00:00
Re-add IHasId to Channel
This commit is contained in:
@@ -17,7 +17,7 @@ public partial record Channel(
|
||||
string? IconUrl,
|
||||
string? Topic,
|
||||
bool IsActive,
|
||||
Snowflake? LastMessageId)
|
||||
Snowflake? LastMessageId) : IHasId
|
||||
{
|
||||
// Used for visual backwards-compatibility with old exports, where
|
||||
// channels without a parent (i.e. mostly DM channels) had a fallback
|
||||
|
||||
Reference in New Issue
Block a user