teleproto - v1.229.0
    Preparing search index...

    Interface PhoneInviteConferenceCallParticipantParams

    interface PhoneInviteConferenceCallParticipantParams {
        call: TypeInputGroupCallIn;
        userId: EntityLike;
        video?: boolean;
    }
    Index

    The conference call.

    userId: EntityLike

    The user to invite.

    video?: boolean

    Invite the user to also turn on their video feed.