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