Resolve Matrix room aliases to Discord channels
This commit is contained in:
5
src/types.d.ts
vendored
5
src/types.d.ts
vendored
@@ -336,6 +336,11 @@ export namespace R {
|
||||
room_id: string
|
||||
room_type?: string
|
||||
}
|
||||
|
||||
export type ResolvedRoom = {
|
||||
room_id: string
|
||||
servers: string[]
|
||||
}
|
||||
}
|
||||
|
||||
export type Pagination<T> = {
|
||||
|
Reference in New Issue
Block a user