MessageStatusEvent: InternalMessage & {
    messageWithUploadingAttachments: MessageWithUploadingAttachments;
    status: MessageStatus;
    waitingUploadingAttachments: boolean;
}

Type declaration