mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-11 04:12:29 +00:00
21 lines
848 B
C#
21 lines
848 B
C#
using DiscordChatExporter.Core.Discord;
|
|
|
|
namespace DiscordChatExporter.Cli.Tests.TestData
|
|
{
|
|
public static class ChannelIds
|
|
{
|
|
public static Snowflake AttachmentTestCases { get; } = Snowflake.Parse("885587741654536192");
|
|
|
|
public static Snowflake DateRangeTestCases { get; } = Snowflake.Parse("866674248747319326");
|
|
|
|
public static Snowflake EmbedTestCases { get; } = Snowflake.Parse("866472452459462687");
|
|
|
|
public static Snowflake FilterTestCases { get; } = Snowflake.Parse("866744075033641020");
|
|
|
|
public static Snowflake MentionTestCases { get; } = Snowflake.Parse("866458801389174794");
|
|
|
|
public static Snowflake ReplyTestCases { get; } = Snowflake.Parse("866459871934677052");
|
|
|
|
public static Snowflake SelfContainedTestCases { get; } = Snowflake.Parse("887441432678379560");
|
|
}
|
|
} |