1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

fix typo + add inline keyboard example

This commit is contained in:
SetazeR
2018-09-05 12:32:19 +07:00
parent 2b3c86b647
commit d9ace2adc8
2 changed files with 28 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# This example show how to write an inline mode telegramt bot use pyTelegramBotAPI.
# This example show how to write an inline mode telegram bot use pyTelegramBotAPI.
import telebot
import time
import sys