DEV Community

Discussion on: Develop a LINE Bot in C# for Beginner Part 1 : Set up your first bot

Collapse
 
kusumy profile image
kusumy

Hi, i am still beginner
and I want to create a .NET application (ex. console application) that send messages to LINE Group.

What do i need to do the job?

Regards

Collapse
 
kenakamu profile image
Kenichiro Nakamura

Hi @kusumy !

If you are talking about BOT (Line Messaging API), I recommend you to grab C# SDK for Messaging API and write console app, but the thing is you need to know the "group id" where the bot resides. Therefore you still need to create a web api to receive bot message to garb those group id. What is your plan exactly?