Interface ChatActionCallEnded

Group call has ended

interface ChatActionCallEnded {
    call: RawInputGroupCall;
    type: "call_ended";
}

Properties

Properties

TL object representing the call

type: "call_ended"