Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Telegram bot for API

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages