File size: 99 Bytes
5e518ea
 
 
 
 
 
1
2
3
4
5
6
7
export class MediaDto {
  id?: string;
  type?: string;
  messageId?: number;
  expiry?: number;
}