Interface ChatActionCallStarted

Group call has been started

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

Properties

Properties

TL object representing the call

type: "call_started"