# wiz0u/WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET

Repository: https://github.com/wiz0u/WTelegramClient
Canonical: https://ross.abutalabs.com/products/wtelegramclient
Homepage: https://wiz0u.github.io/WTelegramClient/
Language: C#
License: MIT
License Family: permissive
Topics: telegram, telegram-api, dotnet, csharp, userbot, client, mtproto, client-api, clientapi, tlsharp, telegram-userbot, telegram-client, tdlib
Last push: 2026-08-18T22:47:21+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 1856, "days_push": 15, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1314, forks 190 (observed 2026-08-28T04:04:20.548468+00:00)

## What it is
WTelegramClient is a Telegram Client API (MTProto) library written entirely in C# and .NET, allowing programs to connect to Telegram and control a user account (or bot) programmatically. It supports all Telegram Client APIs so you can do everything a full Telegram GUI client can do.

## Use cases
- automate a telegram user account from c#
- send and receive telegram messages programmatically
- build a telegram userbot in .net
- read telegram channel messages with a script
- control telegram without the gui client
- implement telegram mtproto client api in c#

## When to choose
- you need full Telegram user-client capabilities (not just bot API) from C#/.NET
- you want a pure managed .NET implementation without TDLib native dependencies
- you are comfortable with async C# and want fine-grained access to all MTProto methods

## When to avoid
- you only need a simple Telegram bot - WTelegramBot or the Bot API is easier
- you are a C# beginner, as the library requires advanced async and pattern-matching skills
- you work outside the .NET ecosystem

## Facets
- artifact type: library
- maturity: active
- function: sdk, http-client, auth, chatbot
- domain: messaging-platforms, developer-tools, apis
- platform: dotnet, cross-platform
- tags: telegram, mtproto, userbot, telegram-client, csharp, messaging, automation

## Member repositories
- wiz0u/WTelegramClient (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:20.548468+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:48:48.572770+00:00, confidence not recorded.
  - readme: https://github.com/wiz0u/WTelegramClient (fetched 2026-08-28T04:04:20.548468+00:00, sha 5185a3954047)
  - homepage: https://wiz0u.github.io/WTelegramClient/ (fetched 2026-08-29T12:07:22.775324+00:00, sha 456f448755e6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
