@jealous-robot-dev/shared-types-responses 1.55.16 → 1.55.17
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.
@@ -1,4 +1,5 @@
|
|
1
1
|
import { EventTypes, LiveStudioParticipRole } from "@jealous-robot-dev/drophr-common";
|
2
|
+
import { MessengerMedia } from "../messenger";
|
2
3
|
export declare enum LiveStudioResponses {
|
3
4
|
OK = "ok",
|
4
5
|
JOIN_LATER = "join later",
|
@@ -10,8 +11,9 @@ export declare enum LiveStudioResponses {
|
|
10
11
|
export interface LiveStudioMessage {
|
11
12
|
ts: number;
|
12
13
|
key: string;
|
13
|
-
text
|
14
|
+
text?: string;
|
14
15
|
member: string;
|
16
|
+
file?: MessengerMedia;
|
15
17
|
}
|
16
18
|
export interface LiveStudioConversation {
|
17
19
|
id: string;
|