teleproto - v1.229.0
    Preparing search index...

    Interface PhoneGetGroupParticipantsParams

    interface PhoneGetGroupParticipantsParams {
        call: TypeInputGroupCallIn;
        ids: EntityLike[];
        limit: number;
        offset: string;
        sources: number[];
    }
    Index

    Group call

    ids: EntityLike[]

    If specified, will fetch group participant info about the specified peers

    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for results, taken from the next_offset field of phone.groupParticipants , initially an empty string. Note: if no more results are available, the method call will return an empty next_offset ; thus, avoid providing the next_offset returned in phone.groupParticipants if it is empty, to avoid an infinite loop.

    sources: number[]

    If specified, will fetch group participant info about the specified WebRTC source IDs