bot = telegram.Bot(token=BOT_TOKEN)
bot.send_message(chat_id='000000000000', text='199')
#Когда пользователь начинает диалог с ботом мы узнаём чат id
@bot.message_handler(commands = ['start'])
def start(message):
bot.send_message(message.chat.id, 'Ваш текст')