Interface IMinimalEvent

interface IMinimalEvent {
    content: IContent;
    room_id?: string;
    type: string;
    unsigned?: IUnsigned;
}

Hierarchy (view full)

Properties

content: IContent
room_id?: string
type: string
unsigned?: IUnsigned