mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-04 19:43:45 +00:00
9 lines
110 B
C#
9 lines
110 B
C#
namespace DiscordChatExporter.Gui.Models;
|
|
|
|
public enum ThreadInclusionMode
|
|
{
|
|
None,
|
|
Active,
|
|
All,
|
|
}
|