Type Alias DelayedPartialTimelineEvent

DelayedPartialTimelineEvent: {
    content: IContent;
    room_id: string;
    type: string;
}