Extends IMediaEventContent by thumbnail info

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-22 21:24:46 +02:00
parent 2529b88bf6
commit ce7f387dd6
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ export interface IMediaEventContent {
info?: {
thumbnail_url?: string; // eslint-disable-line camelcase
thumbnail_file?: IEncryptedFile; // eslint-disable-line camelcase
thumbnail_info?: { // eslint-disable-line camelcase
w: number;
h: number;
};
mimetype: string;
w?: number;
h?: number;