Documentation - v0.27.1
    Preparing search index...

    Interface ActionGroupCallEnded

    Group call has ended

    interface ActionGroupCallEnded {
        call: TypeInputGroupCall;
        duration: number;
        type: "group_call_ended";
    }
    Index

    Properties

    Properties

    TL object representing the call

    duration: number

    Duration of the call

    type: "group_call_ended"