Bitcoin Forum

Economy => Marketplace => Topic started by: PremiumCodeX on January 12, 2017, 08:29:12 PM



Title: Telegram API | What is missing here?
Post by: PremiumCodeX on January 12, 2017, 08:29:12 PM
Telegram has a decent API and this BotFather is hilarious (in the good meaning). I can recommend trying it for anyone even if only for the lulz. Nevertheless, even Telegram API cannot solve everything with one command so is there anything what you would like to see added as an example? What kind of Telegram bots would you love to see?


Title: Re: Telegram API | What is missing here?
Post by: Ripmainstream on January 12, 2017, 09:59:36 PM
Is this about phoney calls?


Title: Re: Telegram API | What is missing here?
Post by: PremiumCodeX on January 13, 2017, 08:18:44 PM
Is this about phoney calls?

Take the crypto channels in Telegram(dot)org, for example. Telegram's API is free to access, still I got some request on creating Telegram bots. One of these requests was a bot that people could instruct with a command with to write the current rate of a crypto into the channel chat. So, I wonder if there is a further demand in this community for any bot with Telegram.


Title: Re: Telegram API | What is missing here?
Post by: klarki on January 14, 2017, 08:18:26 PM
You do creating bots custom?


Title: Re: Telegram API | What is missing here?
Post by: PremiumCodeX on January 26, 2017, 03:48:06 PM
You do creating bots custom?

Yes, you may contact me with your idea if you have any desire. I can create custom Telegram bots with the official Telegram API, Telegram bots with custom hooks (like a desktop application) or custom application for advanced bot projects like Microsoft's Azure.


Title: Re: Telegram API | What is missing here?
Post by: devi7 on January 31, 2017, 03:05:30 PM
igaming software developer Slotegrator (https://slotegrator.com/telegram_casino.html) already provides solutions for creation of casinos based on Telegram bots.

what do you think about it? How they can integrate a payment systems? I dont understand ???


Title: Re: Telegram API | What is missing here?
Post by: PremiumCodeX on February 04, 2017, 07:14:57 PM
igaming software developer Slotegrator (https://slotegrator.com/telegram_casino.html) already provides solutions for creation of casinos based on Telegram bots.

what do you think about it? How they can integrate a payment systems? I dont understand ???

There are differences between Telegram API, Telegram bot and external bot with custom Telegram interface. I think, official Telegram bot does not support such payment system, but you could handle the payment system in your own web application and connect to Telegram via API and use the bot to spice things up.

User to System:
Users -> Telegram bot -> Your web application -> Payment system

System to User:
Payment system -> Your web application -> Telegram API -> [OPTIONAL] Telegram bot -> Users

That is my thought on this matter. Payment systems have their own tutorials to integrate them in web application. To develop a web application, I suggest using SpringBoot, which made my development time super quick.