@trii/types 2.10.265 → 2.10.266

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.
@@ -223,6 +223,7 @@ export interface MessageSticker {
223
223
  mimeType: string;
224
224
  /**The url of the video. */
225
225
  url: string;
226
+ animated: boolean;
226
227
  mediaid?: string;
227
228
  }
228
229
  export interface MessageInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.265",
3
+ "version": "2.10.266",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",