Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 272 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 272 Bytes

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