/** * This is auto-generated file, don't modify this file manually */ export interface MessagesChatSettingsPhoto { /** * URL of the preview image with 50px in width */ photo_50?: string; /** * URL of the preview image with 100px in width */ photo_100?: string; /** * URL of the preview image with 200px in width */ photo_200?: string; /** * If provided photo is default */ is_default_photo?: boolean; /** * If provided photo is default call photo */ is_default_call_photo?: boolean; }