Interface ActionGroupCallEnded

Group call has ended

interface ActionGroupCallEnded {
    call: RawInputGroupCall;
    duration: number;
    type: "group_call_ended";
}

Properties

Properties

TL object representing the call

duration: number

Duration of the call

type: "group_call_ended"