fix message in channel telegram bot api - telegram-bot

I read all the telegram documentation and didn't find any subject related to fix message on the channel.
Has anyone done something like that?
Ref.: https://core.telegram.org/bots/api#sendmessage
Thanks

Related

Share telegram bot messages with another user

I have a telegram bot that I send messages to via Python. I would like another user to be able to see these messages as well. Can't seem to figure out how to do it, nor what to do?

Telegram bot link with geo:uri

Did someone know, if i can use geo:uri scheme while sending message by telegram bot with HTML parse mode?
Something like
here
seems didn't work.
Thanks in advance!

Telegram bot authentification

A web service that contains all the methods for processing data is stored by Azure. In this case, only my telegram can process this data. Other applications are not allowed. But there is a possibility of expanding the service.
How do I know that the service is used by my telegram bot?
How to authenticate the application.
Well, I tried to use OAuth2.0, but i think it is not correct, because user is already authentificated with telegram, when he use telegram bot. My idea was to send a link to google auththentification in the beginning of bot job. By th way, ok, we know user`s data. May be I can check: Id, login etc. But some hacker can substitute this id
How can I make sure that Webhook requests are coming from Telegram? If
you‘d like to make sure that the Webhook request comes from Telegram,
we recommend using a secret path in the URL you give us, e.g.
www.example.com/your_token. Since nobody else knows your bot’s token,
you can be pretty sure it's us.
Telegram Bot FAQ

Is it possible to send SMS to myself via my telegram-bot?

In Telegram API documentation i found a method auth.sendSms, but I'm not sure this is exactly what we need. Prompt, how to send to myself SMS via Telegram API? The programming language is not important (perhaps php or ruby). Thank you in advance for any help!
No. It's impossible. Btw, "auth.sendSms" - is not bot API, it's native client API.

Is there a way to send WhatsApp messages from desktop / server box?

I need online notifications from an enterprise information system.
Exists a way to send messages via WhatsApp instead SMS?
(I work with linux)
I have digging stackoverflow for an answer unsuccessfully.
to send server status to you. pushover alternative: node-xmpp-client with facebook sample and register fake facebook account
They are not official API neither a tool to send messages programmatically.