I wanted to know how update = Updater(.....) def foo(update,context): #code context.bot.send_message(chat_id=update.message.chat_id, text=......) does this work? what...
Anyways I'll ask it here.I wanted to know how update = Updater(.....) def foo(update,context): #code context.bot.send_message(chat_id=update.message.chat_id, text=......
Is anyone here familiar with python telegram bot api?
as in how will a normal user get to know the chat id?
ok, nice. How do i get chat_id of a group?
telegram group "About" a guy?
Doesnt that require a bot?