Client
Client copied to clipboard
CatraProto is a C# asynchronous library that lets you to interact with the Telegram API.
Let me describe this simple scenario: I need to get messages from a group or channel. Currently I need to see what type of group I am in. E.g. ```...
Since even Microsoft has started to integrate this ability to built-in classes (take a look on HttpClient) and with the growth of OpenTelemetry package, I'd like to make a proposal...
Receive message updates even from channels or groups you are not subscribed to.
Some methods have `hash`, `offset_*`, `max_*`, `min_*` parameters which allow the callers to paginate and/or cache results. It would be nice to have CatraProto automatically handle this.
CatraProto currently supports the only one session serializer of type FileSerializer Application is hosted in Kubernetes container and it's not comfortable to use FileSerializer because it requires app to have...
I think it would be nice to have a local messages/users cache so no excess count of telegram api calls will be made Somehow related to https://github.com/CatraProto/Client/issues/2 I think, so...
First of all, thanks developers for this nice library Our team has started to use CatraProto but suddenly realised, that we're unable to download files of any type of media,...