Start to use Telegram apis
I wants to learn to use the telegram apis, but I not found a some tutorial which help me to start. I am very lost. Help;
I wants to learn to use the telegram apis, but I not found a some tutorial which help me to start. I am very lost. Help;
I started using TLSharp in C# for Telegram. When I'm authenticating the user with this function: public async Task AuthUser() { var store = new FileSessionStore(); var client = new TelegramClient(store, "session"); await client.Connect(); var hash = await client.SendCodeRequest(NumberToAuthenticate); var…
Is this possible to send message to phone number not @username using telegram bot? If answer is No, I have to say I have telegram account without @username and several days ago I got message from a Bot, how this…
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…