/** * This is auto-generated file, don't modify this file manually */ export interface WallPostedPhoto { /** * Photo ID */ id?: number; /** * Photo owner's ID */ owner_id?: number; /** * URL of the preview image with 130 px in width */ photo_130?: string; /** * URL of the preview image with 604 px in width */ photo_604?: string; }