Warning: is_dir(): open_basedir restriction in effect. File(/home/adsmembe/domains/adsmember.com/public_html/wp-content/plugins/wpdiscuz/themes/default) is not within the allowed path(s): (/www/wwwroot/adsmember.com/:/tmp/) in /www/wwwroot/adsmember.com/wp-content/plugins/wpdiscuz/forms/wpdFormAttr/Form.php on line 139
According to researches by the adsmember team
इस वीडियो में मैं आपको दिखाऊंगा कि कैसे एक बेसिक टेलीग्राम बॉट बनाया जाता है जो उपयोगकर्ता को उसके इनपुट के अनुसार संदेश भेजता है
Hi, i have error "Invalid format. A valid token looks like "1234567:4TT8bAc8GHUspu3ERYn-KGcvsvGB9u_n4ddy". (Parameter 'token')" when run by your code.how do i fix it now? Thank's
Betrisa Revaal
1 year ago
is it possible to get all my channel member ids and add it to a List<string> with api ?
Betrisa Revaal
1 year ago
Nice explained <3 Thanks
Ercan karadaş
1 year ago
Thanks Ibrahim, I can listen to a group through a program, but I want to listen to the same group with more than one program at the same time.
Rahul sapkota
1 year ago
is there any way to integrate it in web api
moosh smb
1 year ago
finally <3 <3 <3
Mohmmad Rafiq
1 year ago
How can we host the Application to keep it running.
Ayşe Nur Aktepe
1 year ago
Thank you so much for your work
Mohammed Hussein
1 year ago
i write this code but not work why??????
Patrick
1 year ago
So how do you deploy it to the users?
Mohammad Alkhbaz
1 year ago
you can give me the code or book
Mohammad Alkhbaz
1 year ago
Thank you!! Very helpful tutorial,
WYMO Wai Yan
1 year ago
Thank you for this! Can I check how to retrieve multiple responses. Example bot ask what is your name? User response “John” Bot ask where do u live? User response “England”
How can I retrieve these two responses or more?
Mohammad Hassan
1 year ago
Very helpful, Thank you sir
Vivian Chan
1 year ago
Thanks Ibrahim, this is what I have been looking for.
Ömer Çimen
1 year ago
How to send picture?
Владислав Пестриков
1 year ago
Great! That's guide pretty good for begginers! Thanks!
barak kadosh
1 year ago
Thank you very good tutorial but i have some issu can you help please i want to create buttom in web page tath if i click it will send message to the bot group i make in the telegram how can i do it ?
i love you
Hi, i have error "Invalid format. A valid token looks like "1234567:4TT8bAc8GHUspu3ERYn-KGcvsvGB9u_n4ddy". (Parameter 'token')" when run by your code.how do i fix it now? Thank's
is it possible to get all my channel member ids and add it to a List<string> with api ?
Nice explained <3 Thanks
Thanks Ibrahim, I can listen to a group through a program, but I want to listen to the same group with more than one program at the same time.
is there any way to integrate it in web api
finally <3 <3 <3
How can we host the Application to keep it running.
Thank you so much for your work
i write this code but not work why??????
So how do you deploy it to the users?
you can give me the code or book
Thank you!! Very helpful tutorial,
Thank you for this! Can I check how to retrieve multiple responses. Example
bot ask what is your name?
User response “John”
Bot ask where do u live?
User response “England”
How can I retrieve these two responses or more?
Very helpful, Thank you sir
Thanks Ibrahim, this is what I have been looking for.
How to send picture?
Great!
That's guide pretty good for begginers!
Thanks!
Thank you very good tutorial but i have some issu can you help please i want to create buttom in web page tath if i click it will send message to the bot group i make in the telegram how can i do it ?
got a video about API request/response?
this code not working. why?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Telegram.Bot;
namespace ConsoleApp2
{
class Program
{
static TelegramBotClient Bot = new TelegramBotClient("1698922677:AAEw8Lza_Nim759WaJCE7R1IZnA9-JX1swE");
static void Main(string[] args)
{
Bot.StartReceiving();
Bot.OnMessage += Bot_OnMessage;
Console.ReadLine();
}
private static void Bot_OnMessage(object sender, Telegram.Bot.Args.MessageEventArgs e)
{
if (e.Message.Type == Telegram.Bot.Types.Enums.MessageType.Text)
{
Console.WriteLine(e.Message.Text);
Bot.SendTextMessageAsync(e.Message.Chat.Id, "Merhaba " + e.Message.Chat.Username);
}
}
}
}
how can get phone number for sender ???
Thank you, great tutorial, i have a cuestion, How can I get the users (chat id) who use the bot?
just gotta say I really appreciate you mentioning what shortcuts you are using as you are doing the coding. Primo behaviour that is 🙂
يسلمو معلم بس ياريت شارح بالعربي كان احسن ?
Thank you. How can i hold for user input?