teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsGetParticipantsParams

    interface ChannelsGetParticipantsParams {
        channel: EntityLike;
        filter: TypeChannelParticipantsFilterIn;
        hash: BigInteger;
        limit: number;
        offset: number;
    }
    Index
    channel: EntityLike

    Channel

    Which participant types to fetch

    hash: BigInteger

    Hash

    limit: number

    Limit

    offset: number

    Offset