Add tests for polls

This commit is contained in:
tyrrrz
2026-08-27 20:06:34 +03:00
parent 33c9e77524
commit 905489b01b
2 changed files with 67 additions and 0 deletions
@@ -22,6 +22,8 @@ public static class ChannelIds
public static Snowflake MentionTestCases { get; } = Snowflake.Parse("866458801389174794");
public static Snowflake PollTestCases { get; } = Snowflake.Parse("1296445312759627786");
public static Snowflake ReplyTestCases { get; } = Snowflake.Parse("866459871934677052");
public static Snowflake SelfContainedTestCases { get; } = Snowflake.Parse("887441432678379560");