Interface ICreateRoomStateEvent

interface ICreateRoomStateEvent {
    content: IContent;
    state_key?: string;
    type: string;
}

Properties

content: IContent
state_key?: string
type: string