How Use Telegram Api in C# WIth SharpTelegram
How Use Telegram API in C# With SharpTelegram i use this https://github.com/Everbytes/SharpTL seed message to phone number have telegram in c# i need sample use of this lib tanx
How Use Telegram API in C# With SharpTelegram i use this https://github.com/Everbytes/SharpTL seed message to phone number have telegram in c# i need sample use of this lib tanx
I'm building a bot on the Telegram Bot API. For a specific function, my bot should remember the variables when re-sending the data with the webhook. To make it short; every time I send a message, the PHP-file is loaded…
I'm working on my open-source project BOTServer a http://telegram.org Bot Platform Webhooks Server, for Rubyists. I experienced strange error when sending messages (sendMessage API endpoint) on a Telegram Bot I created. when sending messages to a specific Bot I created,…
In my own library I'm trying to send a message using "sendMessage" API method from Telegram Bot API. I've create a channel titled, say, "my_channel123" and my user name is "my_username123". So I'm an admin of the channel and the…
getFullUser a method in Telegram API that returns extended user info by ID. https://core.telegram.org/method/users.getFullUser My question is how I can get the user id from telegram username to use with this method. For example this is my username : telegram.me/androidsoftware…
I am trying to determine from the attached Google Analytics stats which spans over the last year, whether my company's website is getting alot of use on browsers like IE8. I am unsure how to read/analyse this data as to…
Why is my webhook not working? I do not get any data from telegram bot API. Here is the detailed explanation of my problem: I got SSL cert from StartSSL, it works fine on my website (according to GeoCerts SSL…
Is there any way to pass additional data values from custom keyboard layout buttons? I need to pass a value like ID that they are hidden from user: {"Button1",{"id":1}} ...
I'm trying to build a rails app that pulls data from several different SEO tool API's. For Bright Local (see their API docs here - http://apidocs.brightlocal.com/) all the API doc examples are written in PHP, which I can't read all…
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…