Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionCallStarted

    Group call has been started

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

    Properties

    Properties

    TL object representing the call

    type: "call_started"