telegram icon indicating copy to clipboard operation
telegram copied to clipboard

a very minimal telegram api wrapper

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