AttachmentInfo: {
    date: number;
    from: string;
    id: string;
    mediaType: MessageAttachmentMediaType;
    messageId: string;
    name: string;
    size: number;
    targetEntityId: MessageTargetEntityId;
    targetEntityType: MessageTargetEntityType;
    type: MessageAttachmentType;
}

Type declaration