Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 370 Bytes

File metadata and controls

16 lines (12 loc) · 370 Bytes

Telegram-Simple-KeyBoard

Simple Work with Telegram KeyBoard

Is Create for github.com/TelegramBots/Telegram.Bot

Example:

Container.Init();
using (var keyboard = new Keyboard(1, 1))
{
   var keyInputer = keyboard.Input("Hello");
   keyInputer.InContain("Main");
}
if (Container.Contains("Main", out Keyboard Main) == false) return;
var keys = Main.Get();