def start(bot: Bot, update: Update):
"""
Handle /start command
:param bot:
:param update:
:return:
"""
chat_id = update.message.chat_id
# TODO if using already logging in -> do not display welcome message
send_message(bot, chat_id, "welcome")
评论列表
文章目录