Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionCallEnded

    Group call has ended

    interface ChatActionCallEnded {
        call: TypeInputGroupCall;
        type: "call_ended";
    }
    Index

    Properties

    Properties

    TL object representing the call

    type: "call_ended"