For posting to channels, both telegram API and telegram bot API can post to channels .
Read moreCan Telegram BOT send message to group?
Yes you can , you have to invite the bot into the group, grab the chat_id of the group and send the message as you are sending a normal message to a private user.
Read moreHow can I send message to Telegram channel in Python?
Open the telegram app and search for @BotFather. Click on the start button or send “/start”. Then send “/newbot” message to set up a name and a username. After setting name and username BotFather will give you an API token which is your bot token.
Read moreHow can I get my Telegram API key?
Obtaining api_id Sign up for Telegram using any application. Log in to your Telegram core: https://my.telegram.org. Go to “API development tools” and fill out the form . You will get basic addresses as well as the api_id and api_hash parameters required for user authorization.
Read moreHow can I get Telegram API and hash?
Before working with Telegram’s API, you need to get your own API ID and hash:
Read moreHow do I get a bot API key?
Get a bot’s API key
Read moreCan Telegram bots send messages?
Using your new telegram bot In order to use your new bot to send message you’ll need to add your bot as a group member to the desired Telegram chat . Once that’s completed, you’ll need to reference the chat ID number.
Read more