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

RequestGetParticipants Does Not Work

Open lucaswhob opened this issue 5 years ago • 2 comments

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(); tic.AccessHash = t.AccessHash; tic.ChannelId=t.Id; rgp.Channel = tic; rgp.Limit = 5; rgp.Offset = 0; var participants = (TChannelParticipants)clientApi.CustomRequestsService.SendRequestAsync(rgp).GetAwaiter().GetResult(); but last Line Throw Exception DotNetty Please Help Me thx

lucaswhob avatar Sep 21 '20 18:09 lucaswhob

I Solve My Problem . This Library Is Great . The Filter Argument NOT OPTIONAL ;

lucaswhob avatar Sep 22 '20 09:09 lucaswhob

I Solve My Problem . This Library Is Great . The Filter Argument NOT OPTIONAL ;

Could you share a sample with us?

apocalipse9 avatar Apr 11 '21 23:04 apocalipse9