teleproto - v1.229.0
    Preparing search index...

    Interface CommunitiesGetPeerLinkRequestsParams

    interface CommunitiesGetPeerLinkRequestsParams {
        community: EntityLike;
        limit: number;
        offset: string;
    }
    Index
    community: EntityLike
    limit: number
    offset: string