Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Telegram Bot API client in Crystal
Add the dependency to your shard.yml
:
dependencies:
telegram_bot:
github: prutya/telegram_bot
Run shards install
require "telegram_bot"