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

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.

Related

Is there a way to integrate google chat into a website?

I am trying to implement the integration of google chat in a website. Is there a rest API for fetching and sending messages that can be connected to our google account? Right now we can fetch chats with Gmail API but that's not reliable because the receiver is not shown in the sent messages.
Thanks in advance.
I asked the google support team and here is their reply:
here is the information about Google Chat for developers:
https://developers.google.com/chat There is no option to integrate
Google Chat into a website.
Hope this thread helps you to find the answer sooner that I did.

Send SMS using Twilio in React-Native

I have been researching for many days on how to send sms using Twilio in React-Native. I haven't found a single example that works! I thought this should be simple but apparently not.
Any suggestions?
Twilio developer evangelist here.
While not ReactNative, I wrote a post about how to send SMS messages in React. The idea for ReactNative will be the same though. You don't want to make requests to the Twilio API directly from your application, you'd need to store your credentials in the app somehow and a malicious user could decompile it and abuse your account.
Instead you want to build a server application that sends the messages and make requests to that from your ReactNative application.
Let me know if that helps at all.

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 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.

Is there any API to connect to MySpace using Blackberry app

I'm building Blackberry application, and I need to post message to MySpace using oAuth.
I keep searching for API but could not find any.
Could anybody help me on this please.
Thank you very much
http://wiki.developer.myspace.com/index.php?title=Category:RESTful_API
I would consume the JSON response in your app as JSON is a part of OS 6.0.0+ and you can roll the JSON source into other versions such as 5.0.0-.