Skip to content

Instantly share code, notes, and snippets.

View isammour's full-sized avatar

Ibrahim Sammour isammour

View GitHub Profile
@isammour
isammour / bot.cs
Created February 28, 2022 21:42
C# telegram messaging bot
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Extensions.Polling;
using Telegram.Bot.Types;
using Telegram.Bot.Types.Enums;