/** * The call was ended before the conversation started. It was cancelled by the caller * or missed by the other party */ export declare class CallDiscardReasonMissedBaseModel { _: 'callDiscardReasonMissed'; }