mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-29 01:07:47 +00:00
8
DiscordChatExporter.Gui/Models/ThreadInclusion.cs
Normal file
8
DiscordChatExporter.Gui/Models/ThreadInclusion.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DiscordChatExporter.Gui.Models;
|
||||
|
||||
public enum ThreadInclusion
|
||||
{
|
||||
None,
|
||||
Active,
|
||||
All
|
||||
}
|
||||
Reference in New Issue
Block a user