Can I use the api telegram for my commercial application?

I'm more confused how to use the Telegram MTProto API, but still want to know the truth, can I use the telegram API to check the mobile number or send messages in my own commercial application (not related to the telegram)?

+6
source share
3 answers

Can I use the telegram API to check my mobile number?

I do not think so.

or sending messages in my own commercial application (not telegram related)?

You can use the Telegram Bot API ( https://core.telegram.org/bots/api ). In this case (the bot service) Telegram is very open and has clearly stated to me the freedom to use Bot applications for commercial / commercial purposes: see My Twitter page: http://www.twitter.com/solyarisoftware !

0
source

You can also use channels for commercial communications.

0
source

your question is unclear



Actually, you can create your own commercial application yourself

for this you should use the Telegram API, so your application is connected with a telegram

But this is not completely related to the telegram application that you are using now

e.g. apps for mobile apps or windows





Now you are writing your commercial application

you must authenticate your phone number using your own application

So you should use the telegram API to check the mobile number



Good luck !!!

0
source

Source: https://habr.com/ru/post/983143/


All Articles