| 1 | <?php  | 
            ||
| 5 | class InlineQueryResultCachedPhoto extends InlineQueryResultAbstract  | 
            ||
| 6 | { | 
            ||
| 7 | const ENTITY_TYPE = 'InlineQueryResultCachedPhoto';  | 
            ||
| 8 | |||
| 9 | protected $photo_file_id;  | 
            ||
| 10 | |||
| 11 | /**  | 
            ||
| 12 | * @return mixed  | 
            ||
| 13 | */  | 
            ||
| 14 | public function getPhotoFileId()  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * @param mixed $photo_file_id  | 
            ||
| 21 | *  | 
            ||
| 22 | * @return $this  | 
            ||
| 23 | */  | 
            ||
| 24 | public function setPhotoFileId($photo_file_id)  | 
            ||
| 30 | }  | 
            ||
| 31 |