Telegram Bot - how to get a group chat id?

后端 未结 12 1117
北海茫月
北海茫月 2020-11-30 16:42

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

12条回答
  •  囚心锁ツ
    2020-11-30 17:25

    You can get Chat ID in this way.

    On private chat with your bot, send a random message. You will search this message later.

    Get Your API-token from bot_father : XXXXXXXXX:YYYYYYY-YYYYYYYYYYYYYYYYY_YY

    Then, on your browser make a request with that url :

    https://api.telegram.org/botXXXXXXXXX:YYYYYYY-YYYYYYYYYYYYYYYYY_YY/getUpdates
    

    The request returns a json response, in json text search your random message and get chat id in that object.

提交回复
热议问题