Interface SetVideoChatTitle

Sets title of a video chat; requires groupCall.can_be_managed right. Request type for Tdjson#setVideoChatTitle.

interface SetVideoChatTitle {
    @type: "setVideoChatTitle";
    group_call_id: number;
    title: string;
}

Properties

@type: "setVideoChatTitle"
group_call_id: number

Group call identifier.

title: string

New group call title; 1-64 characters.