Longman\TelegramBot\Entities\InlineQuery\InlineQueryResultCachedMpeg4Gif::__construct PHP Method

__construct() public method

InlineQueryResultCachedMpeg4Gif constructor
public __construct ( array $data = [] )
$data array
    public function __construct(array $data = [])
    {
        $data['type'] = 'mpeg4_gif';
        parent::__construct($data);
    }
InlineQueryResultCachedMpeg4Gif