Telegram message push is implemented based on the Telegram Bot API. The complete push URL is concatenated from the Bot Token (bot access key) and Chat ID (unique recipient identifier).
Standard concatenation template:
[https://api.telegram.org/bot](https://api.telegram.org/bot)<TOKEN>/sendMessage?chat_id=<CHAT_ID>@BotFather in the search bar.@BotFather: /newbot.Notification Assistant).bot, for example: my_notice_bot).@BotFather will output the API access credential. Copy the HTTP API Token string (in a format such as 123456789:ABCdefGhIJKlmNoPQRsTUVwxyZ).Select the corresponding method based on the message recipient type (individual or group):
@userinfobot in Telegram./start.Id is your personal Chat ID (for example: 987654321).hello) to activate the conversation.<TOKEN> with the credential obtained in Step 1): [https://api.telegram.org/bot](https://api.telegram.org/bot)<TOKEN>/getUpdates"result" -> "message" -> "chat" -> "id".test), or grant the bot administrator permissions.<TOKEN> with the credential obtained in Step 1): [https://api.telegram.org/bot](https://api.telegram.org/bot)<TOKEN>/getUpdates"chat" -> "id" field.Note: A group's Chat ID is usually a negative number starting with
-or-100(for example:-100123456780). When concatenating, you must preserve the minus sign and prefix in full.
After obtaining <TOKEN> and <CHAT_ID>, replace them in the standard template:
8832838494:AAGb7ReOvyhcbkh03uXMN01nkSNBW9LuL6t987654321[https://api.telegram.org/bot8832838494:AAGb7ReOvyhcbkh03uXMN01nkSNBW9LuL6t/sendMessage?chat_id=987654321](https://api.telegram.org/bot8832838494:AAGb7ReOvyhcbkh03uXMN01nkSNBW9LuL6t/sendMessage?chat_id=987654321)8832838494:AAGb7ReOvyhcbkh03uXMN01nkSNBW9LuL6t-7[https://api.telegram.org/bot8832838494:AAGb7ReOvyhcbkh03uXMN01nkSNBW9LuL6t/sendMessage?chat_id=-100123456780](https://api.telegram.org/bot8832838494:AAGb7ReOvyhcbkh03uXMN01nkSNBW9LuL6t/sendMessage?chat_id=-100123456780)