Interface SetVideoChatDefaultParticipant

Changes default participant identifier, on whose behalf a video chat in the chat will be joined. Request type for Tdjson#setVideoChatDefaultParticipant.

interface SetVideoChatDefaultParticipant {
    @type: "setVideoChatDefaultParticipant";
    chat_id: number;
    default_participant_id: MessageSender;
}

Properties

@type: "setVideoChatDefaultParticipant"
chat_id: number

Chat identifier.

default_participant_id: MessageSender

Default group call participant identifier to join the video chats.