Updater(.....)
def foo(update,context):
#code
context.bot.send_message(chat_id=update.message.chat_id, text=......)
does this work? what gets saved in chat_id . How do we get that manually?
What do you mean by "How do we get that manually"? chat_id is a integer.
Обсуждают сегодня