OpenTl.ClientApi icon indicating copy to clipboard operation
OpenTl.ClientApi copied to clipboard

The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram

Results 27 OpenTl.ClientApi issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/53790403/116067371-c4f82e80-a691-11eb-898f-5aac14dc55ca.png) when compiling code with Opengl, I get such errors, has anyone encountered it?

I Used RequestGetParticipants To get Participants Of Group But No Success my code is : ` TChannel t = (TChannel)item; RequestGetParticipants rgp = new RequestGetParticipants(); TInputChannel tic = new TInputChannel();...

Hi, is there any way to just grab a list of channels that my user is subscribed to after signing in?

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies

Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....

dependencies

ERROR. It becomes time by time, anyway to fix this? 2020-12-06 17:34:23,224 [18] ERROR OpenTl.ClientApi.MtProto.Layers.Secure.Codecs.SecureRequestDecoder.? - #1437640440660576064: Can't deserialize message: 2020-12-06 17:34:23,231 [18] ERROR OpenTl.ClientApi.MtProto.Layers.Top.Adapters.TopHandlerAdapter.? - #1437640440660576064: Caught exception DotNetty.Codecs.DecoderException:...

How to use MTProto Proxy?

Hi it seems that this event doesn't work anymore, can anyone help me out here ? `await clientApi.UpdatesService.AutoReceiveUpdates += update => { // Handle updates switch (update) { case TUpdates...

Hey, I want to retrieve channel participants, I've already tried with `SendRequestAsync` of `RequestGetParticipants` but it doesn't works, related to the #45 Thank you