tgb

A minimal Telegram API wrappper


Keywords
minimal, telegram, telegram-api, wrapper
License
MIT
Install
pip install tgb==1.2.0

Documentation

telegram

a minimal telegram api wrapper

installation

pip install tgb

usage

from telegram import TelegramApi

t = TelegramApi('your bot token')
t.send_message(chat_id=123, text='hi')  # note snake_case