interface TypingEvent {
    content: {
        user_ids: string[];
    };
    room_id: string;
    type: "m.typing";
}

Properties

Properties

content: {
    user_ids: string[];
}

Type declaration

  • user_ids: string[]
room_id: string
type: "m.typing"

Generated using TypeDoc