mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-29 22:15:18 -04:00
Re-add IHasId
to Channel
This commit is contained in:
parent
b44e6087be
commit
3e44a2e88d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue