AttachmentStatus: {
    downloadedSize?: number;
    id: string;
    messageId: string;
    name: string;
    state: AttachmentState;
    targetEntityId: MessageTargetEntityId;
    targetEntityType: MessageTargetEntityType;
    uploadedSize?: number;
}

Type declaration