Telegram is not working

I am getting confused on what details i have to put for the channel id, is the the telegram bot’s name or the HTTP code provided by BotFather ?

telegram_chat_id = “@XXXX
here in place of XXXX use the chat id from your channel you created, you will have a invite link which is available in the information of the channel, for example “t.me/helloworld”, so here “helloworld” is your chat id, for your case whatever is after “t.me/” is your chat id put this in your code after the @ symbol.

hope this helps…

1 Like

Thank you, I have understood what you where saying and tried rectifying the issue, its working now.
Thanks.