You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2021. It is now read-only.
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