README.md

June 26, 2020 ยท View on GitHub

Telenim

The telegram framework written in Nim.

Open Source Love Nim language-plastic License time tracker
Tests gh-pages

Install

  • nimble install https://github.com/Ethosa/telenim

Features

  • only stdlib was used;
  • telegram types support;
  • handlers;

Simple usage

import telenim

var api = TelegramApi("878812:lashfbajsb")

api@update(event):  # handles any telegram update
  # `event` is an Update object.
  echo update.update_id

api.listen()

F.A.Q.

Q: Where I can see examples?
A: You can see it here

Q: Where can I read the docs?
A: You can read docs here

Copyright 2020 Ethosa