Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The telegram framework written in Nim

Topics

Resources

Stars

11 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages