mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-30 23:00:54 +00:00
9 lines
112 B
C#
9 lines
112 B
C#
namespace DiscordChatExporter.Gui.Models;
|
|
|
|
public enum ThreadInclusionMode
|
|
{
|
|
None,
|
|
Active,
|
|
All
|
|
}
|