Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.46 KB

File metadata and controls

44 lines (33 loc) · 1.46 KB

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