Đầu tiên tạo 1 bot trên telegram
Giờ tạo chanel
trở lại group đó và nhắn 1 tin vào
Lúc này con bot sẽ nhận được alert, bước này giúp bạn lấy ID của chanel
Open a new tab with your browser, enter https://api.telegram.org/bot<yourtoken>/getUpdates
, replace <yourtoken>
with your API token, press enter and you should see something like this:
Để send message vào chanel
https://api.telegram.org/bot<token>/sendMessage?chat_id=<-100xxxxxxx>&parse_mode=Markdown&text='a message'