Support creating v12 rooms
This commit is contained in:
7
src/types.d.ts
vendored
7
src/types.d.ts
vendored
@@ -174,7 +174,7 @@ export namespace Event {
|
||||
}
|
||||
|
||||
export type M_Room_Create = {
|
||||
additional_creators: string[]
|
||||
additional_creators?: string[]
|
||||
"m.federate"?: boolean
|
||||
room_version: string
|
||||
type?: string
|
||||
@@ -356,6 +356,11 @@ export namespace Event {
|
||||
}> & {
|
||||
redacts: string
|
||||
}
|
||||
|
||||
export type M_Room_Tombstone = {
|
||||
body: string
|
||||
replacement_room: string
|
||||
}
|
||||
}
|
||||
|
||||
export namespace R {
|
||||
|
||||
Reference in New Issue
Block a user