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
इस वीडियो में मैं आपको दिखाऊंगा कि कैसे एक बेसिक टेलीग्राम बॉट बनाया जाता है जो उपयोगकर्ता को उसके इनपुट के अनुसार संदेश भेजता है



source

Rate us
0 0 votes
Article Rating
Subscribe
Notify of
guest
26 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Ігор Добжанський
Ігор Добжанський
1 year ago

i love you

Quang Minh Đỗ
Quang Minh Đỗ
1 year ago

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
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
Betrisa Revaal
1 year ago

Nice explained <3 Thanks

Ercan karadaş
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
Rahul sapkota
1 year ago

is there any way to integrate it in web api

moosh smb
moosh smb
1 year ago

finally <3 <3 <3

Mohmmad Rafiq
Mohmmad Rafiq
1 year ago

How can we host the Application to keep it running.

Ayşe Nur Aktepe
Ayşe Nur Aktepe
1 year ago

Thank you so much for your work

Mohammed Hussein
Mohammed Hussein
1 year ago

i write this code but not work why??????

Patrick
Patrick
1 year ago

So how do you deploy it to the users?

Mohammad Alkhbaz
Mohammad Alkhbaz
1 year ago

you can give me the code or book

Mohammad Alkhbaz
Mohammad Alkhbaz
1 year ago

Thank you!! Very helpful tutorial,

WYMO Wai Yan
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
Mohammad Hassan
1 year ago

Very helpful, Thank you sir

Vivian Chan
Vivian Chan
1 year ago

Thanks Ibrahim, this is what I have been looking for.

Ömer Çimen
Ömer Çimen
1 year ago

How to send picture?

Владислав Пестриков
Владислав Пестриков
1 year ago

Great!
That's guide pretty good for begginers!
Thanks!

barak kadosh
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 ?

Che Qamarul
Che Qamarul
1 year ago

got a video about API request/response?

GÜLDENİZ ERYILMAZ
GÜLDENİZ ERYILMAZ
1 year ago

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);

}

}

}

}

Learn coding
Learn coding
1 year ago

how can get phone number for sender ???

Cristian Ramirez
Cristian Ramirez
1 year ago

Thank you, great tutorial, i have a cuestion, How can I get the users (chat id) who use the bot?

Dexter Whelan
Dexter Whelan
1 year ago

just gotta say I really appreciate you mentioning what shortcuts you are using as you are doing the coding. Primo behaviour that is 🙂

TURKIYE NET
TURKIYE NET
1 year ago

يسلمو معلم بس ياريت شارح بالعربي كان احسن ?

Lee Kai Xiang
Lee Kai Xiang
1 year ago

Thank you. How can i hold for user input?

26
0
Would love your thoughts, please comment.x
()
x