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.
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 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.