Telegram Bot API

Introduction

Bots are third-party applications that run inside Telegram. Users can interact with bots by sending them messages, commands and inline requests. You control your bots using HTTPS requests to Telegram's Bot API.

Methods

Types

Examples

import telegram
bot = telegram.Bot(token='TOKEN')
bot.getMe()