-3

How to send message to Public Group contain my bot already (using your C# code)?

//below only send to myself

Interaction.InputBox("Type some text to send to ourselves\n(Saved Messages)", "Send to self");
James Z
  • 12,209
  • 10
  • 24
  • 44
  • 1
    what is this? is this even related to WTelegramClient? `InputBox` seems like a UI control rather than a function in telegram bot/client API, please provide more detail and clarify your question – AliSalehi Jun 09 '23 at 03:34

1 Answers1

0

Read the README and follow its tutorial.

It demonstrate how to send a message in a group you're in.

Note: this library is for controlling user account, it is not recommended for bot account. You should use Telegram.Bot instead

Wizou
  • 1,336
  • 13
  • 24