Interface CreateCall

Creates a new call. Request type for Tdjson#createCall.

interface CreateCall {
    @type: "createCall";
    is_video?: boolean;
    protocol: CallProtocol;
    user_id: number;
}

Properties

@type: "createCall"
is_video?: boolean

Pass true to create a video call.

protocol: CallProtocol

The call protocols supported by the application.

user_id: number

Identifier of the user to be called.