FF-1120 - added "Video Has Errors" flow element

This commit is contained in:
John Andrews
2023-10-25 08:37:36 +13:00
parent b102436c9c
commit 359a8a21e6
3 changed files with 95 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public class Telegram: Node
var content = new FormUrlEncodedContent(new[]
{
new KeyValuePair<string, string>("chat_id", chatId.ToString()),
new KeyValuePair<string, string>("chat_id", chatId),
new KeyValuePair<string, string>("text", message)
});