This commit is contained in:
@@ -15,8 +15,11 @@ export interface MatrixRoomMessage {
|
||||
body: string;
|
||||
msgtype: MessageType;
|
||||
"m.relates_to"?: {
|
||||
event_id: string;
|
||||
rel_type: "m.replace" | string;
|
||||
event_id?: string;
|
||||
rel_type?: "m.replace" | string;
|
||||
"m.in_reply_to"?: {
|
||||
event_id?: string;
|
||||
};
|
||||
};
|
||||
url?: string;
|
||||
file?: {
|
||||
|
||||
Reference in New Issue
Block a user