Type Alias DelayedPartialTimelineEvent

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

Type declaration

  • content: IContent
  • room_id: string
  • type: string