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

add Poll, sendPoll, stopPoll

This commit is contained in:
Tiger 1 2019-06-06 21:49:06 +03:00
parent 9624b45314
commit b10e45f714

View File

@ -1,6 +1,5 @@
import os
from telebot import logger, logging, types, TeleBot
import telebot.apihelper as api
try:
TOKEN = os.environ['TOKEN']