Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.09 KB

Seq.App.Telegram

An app for Seq (http://getseq.net) that forwards messages to Telegram group chat. Socks5 proxy supported.

NuGet

Build status

In order to use Seq.App.Telegram you will need:

  • Seq 2021.4+ Older versions is not supported by current package.
  • Bot authentication token. You can use existing bot's token or create a new one. Refer to docs at https://core.telegram.org/bots/api#authorizing-your-bot.
  • Chat id. Invite @ShowJsonBot or @RawDataBot into your chat and it will send you a message. Copy id value from chat section including leading minus. chat section example:
      "chat": {
        "title": "Some chat",
        "type": "group",
        "all_members_are_administrators": true,
        "id": -221908654
       },