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