@trii/types 2.10.266 → 2.10.268
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 */
|
|
@@ -163,6 +164,7 @@ export interface MessageDocument {
|
|
|
163
164
|
filename: string | '';
|
|
164
165
|
/** mimetype o the file */
|
|
165
166
|
mimeType: string;
|
|
167
|
+
caption: string;
|
|
166
168
|
/**The url of the fie. */
|
|
167
169
|
url: string;
|
|
168
170
|
mediaid?: string;
|