I\'ve been using telegram_bot, and trying to get groupChat id to send notifications to group chat, but don\'t know which methods I have to use for it.
For getting ch
As of March 2020, simply:
Upon joining it will output a JSON file where your chat id will be located at message.chat.id.
"message": { "chat": { "id": -210987654, "title": ..., "type": "group", ... } ... }
Be sure to kick @RawDataBot from your group afterwards.