Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.26 KB

File metadata and controls

26 lines (14 loc) · 1.26 KB

WTelegramClient Type Abstractions and Extensions

NuGet

this project aims to make it easier to work with Telegram-Api types using WTC.

the goal is to eliminate the need of pattern-matching and type casting as much as possible and have more FP approach instead of OOP (the underlying impl is OOP however).

this library should NOT contain any Logic on its own, its should offer flexibility and readability for exchange of small performance decrease.

Use

this package is available through nuget: dotnet add package WTC.Abstractions.Types

after installation simply import the Library:

using WTC.Abstractions.Types;

all the available methods are shown here: examples

Contribution

contribution are welcome, but please open a Discussion first to discuss about what you are looking for or what you want to implement first! you can also mention it in our telegram Group.