@trii/types 2.10.265 → 2.10.267
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.
|
@@ -105,6 +105,7 @@ export interface MessageAudio {
|
|
|
105
105
|
mimeType: string;
|
|
106
106
|
/**The url of the audio. */
|
|
107
107
|
url: string;
|
|
108
|
+
mediaid?: string;
|
|
108
109
|
}
|
|
109
110
|
export interface MessageImage {
|
|
110
111
|
/** para uso en front */
|
|
@@ -223,6 +224,7 @@ export interface MessageSticker {
|
|
|
223
224
|
mimeType: string;
|
|
224
225
|
/**The url of the video. */
|
|
225
226
|
url: string;
|
|
227
|
+
animated: boolean;
|
|
226
228
|
mediaid?: string;
|
|
227
229
|
}
|
|
228
230
|
export interface MessageInfo {
|