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

Hi, I'm trying to create an app that use this api, but when i try to create a new client the program crash and tell me "_System.ArgumentNullException: 'Value cannot be...

Hi I try to use this api but client doesnt work. public async void initClient() { var settings = new FactorySettings { AppHash = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", // e.g 456a6654ad8f52c54bc4542505884cad AppId =...

I have the following `log4net` logging: ``` 2018-12-11 11:09:57,828 [7] WARN OpenTl.ClientApi.MtProto.Services.RequestService.b__1 - #6935570906255169581: Message response result timed out for messageid '6633673186519388524' 2018-12-11 11:09:57,964 [3] WARN OpenTl.ClientApi.MtProto.Services.RequestService.b__1 - #6935570906255169581: Message...

Hi, i am getting updates from other channels, except 1 also getting message from chat users. But not getting any update from 1 single channel

I'm trying to run the sample in this project. It works with TEST configurations. But when I switch to production by simply changing the server IP, SendCodeAsync() throws TaskCancelled exception...

Hi. Tell me which method to use to click this markup button? ![image](https://user-images.githubusercontent.com/11537426/73124570-39c74f00-3f9d-11ea-92f8-57fed0c06f89.png)

Hi, I execute this, to get participants of a channel, but apparently the commands stop the execution of the program, any idea why? ``` var participants = (TChannelParticipants) await _clientApi.CustomRequestsService.SendRequestAsync(requestcl);...

Hello, I'm trying to load all the Dialogs. I'm correctly getting the TDialogSlice and handling it in my code ` var chats = this.TGClientAPI.MessagesService.GetUserDialogsAsync(300).Result; if (chats.GetType() == typeof(TDialogsSlice)) { ........

Hi, I would like to get a message with his ID, in a specific channel, is it possible to do? Best regards