support rich replies, support basic m.mentions
This commit is contained in:
5
types.d.ts
vendored
5
types.d.ts
vendored
@@ -81,6 +81,11 @@ namespace R {
|
||||
room_id: string
|
||||
}
|
||||
|
||||
export type RoomMember = {
|
||||
avatar_url: string
|
||||
display_name: string
|
||||
}
|
||||
|
||||
export type FileUploaded = {
|
||||
content_uri: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user