Skip to content

agc93/dotbot-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotbot.Telegram

An adapter for the Dotbot framework for Telegram.

Powered by Telegram.Bot by Robin Muller.

Getting Started

To add the Telegram adapter to your bot, just update your startup code:

// Build the robot.
var robot = new RobotBuilder()
    // ...
    .UseTelegram("MY_TELEGRAM_TOKEN")
    // ...
    .Build();

About

An adapter for the Dotbot framework for Telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published