Group call has been started

interface ChatActionCallStarted {
    call: TypeInputGroupCall;
    type: "call_started";
}

Properties

Properties

TL object representing the call

type: "call_started"