@jealous-robot-dev/shared-types-responses 1.44.5 → 1.44.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,6 +31,7 @@ export interface LiveRoomChatMessage {
|
|
31
31
|
id: number;
|
32
32
|
text?: string;
|
33
33
|
author: string;
|
34
|
+
is_err?: boolean;
|
34
35
|
unseen?: boolean;
|
35
36
|
attachment?: MessengerMedia;
|
36
37
|
}
|
@@ -117,11 +118,7 @@ export interface LiveRoomServerChatMessageNew extends LiveRoomServerMinimumPaylo
|
|
117
118
|
thread_id: string;
|
118
119
|
msg_id: number;
|
119
120
|
text?: string;
|
120
|
-
|
121
|
-
id: string;
|
122
|
-
extension: string;
|
123
|
-
displayName: string;
|
124
|
-
};
|
121
|
+
attachment?: MessengerMedia;
|
125
122
|
}
|
126
123
|
export interface LiveRoomServerChatMessageEdited extends LiveRoomServerMinimumPayload {
|
127
124
|
audience: string[];
|