How to use Telegram API in C# to send a message
I want use Telegram API in C# for send a simple message to a number. I found some lib's on GitHub but I am not able to use them. Can anyone give a simple code ? Can I simply make…
I want use Telegram API in C# for send a simple message to a number. I found some lib's on GitHub but I am not able to use them. Can anyone give a simple code ? Can I simply make…
After creating a telegram bot and gain bot token, I want to send a request to the bot API. This link says we must send the HTTP request like this: https://api.telegram.org/bot<token>/METHOD_NAME and brings example for easiest method "getme" which has…
I am using the telegram bot API but I cant see anyway to download a filĂ© that was sent to my bot. I get a hash of the file but dont know what to do with it. Is there any…
Since 2 days I've been exploring the Telegram bot API, which is pretty neat. But there is one thing I can't figure out. When you don't use the webHook but the /getUpdates call, you can tell the API via the…
I have seen New API for bots are enabled to create custome bots,I have seen some sources such as this and this I have also read about @fatherbot which is about registering bots,I also searched about some examples about telegram…
I want to implement multiple authorization using PHP for interaction with Telegram REST API. What task am I trying to solve? Well, it's simple: several dozens of users (all of them have a carma like here (+10, -2, +1000 etc.)…
I can't figure out what exactly to use for interaction between my site and the Telegram service (first of all - how to get the authentication process done using PHP and other stuff like chat among users). On this page:…
I've been asked by a client to make a feed like exactly like this on a website. I have the logos etc as it was profided in a photoshop document. Would someone care to help? IT will be going inside…
How can I connect api with websites? I am new to the eBay API and currently developing in PHP, I have managed to use GetItem to import details of an order based on the Item ID to my website's database.…
I am trying to add and import a contact for sending message but i am getting time out exception every time. Correct me if something is wrong. Code: TLInputContact tlic=new TLInputContact(1, PhNo, Fname, Lname); TLVector contacts = new TLVector<>(); contacts.add(tlic);…