|
|
@ -18,7 +18,7 @@ interface Props {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
interface QuotedAttachment {
|
|
|
|
interface QuotedAttachment {
|
|
|
|
contentType: string;
|
|
|
|
contentType: MIME.MIMEType;
|
|
|
|
fileName: string;
|
|
|
|
fileName: string;
|
|
|
|
/* Not included in protobuf */
|
|
|
|
/* Not included in protobuf */
|
|
|
|
isVoiceMessage: boolean;
|
|
|
|
isVoiceMessage: boolean;
|
|
|
@ -26,7 +26,7 @@ interface QuotedAttachment {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
interface Attachment {
|
|
|
|
interface Attachment {
|
|
|
|
contentType: string;
|
|
|
|
contentType: MIME.MIMEType;
|
|
|
|
/* Not included in protobuf, and is loaded asynchronously */
|
|
|
|
/* Not included in protobuf, and is loaded asynchronously */
|
|
|
|
objectUrl?: string;
|
|
|
|
objectUrl?: string;
|
|
|
|
}
|
|
|
|
}
|
|
|
|