aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
telegram |
public |
2022-08-11 14:20:57 -0700 |
2022-08-11 14:20:57 -0700 |
false |
20220811212057 |
false |
false |
|
Get Telegram Bot Chat ID |
tech-note |
Send a message to your Telegram Bot first using the Bot token, then you can retrieve the Chat ID.
curl --silent --request GET https://api.telegram.org/bot<bot_api_token>/getUpdates | jq '.result[]|.message.chat.id'