Interface ActionGroupCallStarted

Group call has started

interface ActionGroupCallStarted {
    call: RawInputGroupCall;
    type: "group_call_started";
}

Properties

Properties

TL object representing the call

type: "group_call_started"