Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.
This repository was archived by the owner on May 14, 2021. It is now read-only.

RequestGetParticipants Does Not Work #52

@lucaswhob

Description

@lucaswhob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions