Skip to content

MrAliSalehi/WTelegramClient.Abstractions.Types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

WTelegramClient Type Abstractions

Resources

License

Stars

Watchers

Forks

Languages