Longman\TelegramBot\Entities\InlineQuery\InlineQueryResultCachedPhoto::__construct PHP 메소드

__construct() 공개 메소드

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