mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-24 13:28:20 -05:00
FF-1120 - added "Video Has Errors" flow element
This commit is contained in:
@@ -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)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user