Interface SetGroupCallTitle

Sets group call title. Requires groupCall.can_be_managed group call flag. Request type for Tdjson#setGroupCallTitle.

interface SetGroupCallTitle {
    @type: "setGroupCallTitle";
    group_call_id: number;
    title: string;
}

Properties

@type: "setGroupCallTitle"
group_call_id: number

Group call identifier.

title: string

New group call title; 1-64 characters.