chore: Use latest version of typedoc-plugin-markdown

This commit is contained in:
Luan
2025-10-12 12:03:26 -03:00
parent 41b810629b
commit 0733f60b57
696 changed files with 2256 additions and 131099 deletions

View File

@@ -1,17 +0,0 @@
[youtubei.js](../../../README.md) / [ProtoUtils](../README.md) / decodeVisitorData
# Function: decodeVisitorData()
> **decodeVisitorData**(`visitor_data`): `VisitorData`
## Parameters
**visitor\_data**: `string`
## Returns
`VisitorData`
## Defined in
[src/utils/ProtoUtils.ts:16](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/utils/ProtoUtils.ts#L16)

View File

@@ -1,19 +0,0 @@
[youtubei.js](../../../README.md) / [ProtoUtils](../README.md) / encodeCommentActionParams
# Function: encodeCommentActionParams()
> **encodeCommentActionParams**(`type`, `args`): `string`
## Parameters
**type**: `number`
**args**: [`CommentActionParamsArgs`](../type-aliases/CommentActionParamsArgs.md) = `{}`
## Returns
`string`
## Defined in
[src/utils/ProtoUtils.ts:20](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/utils/ProtoUtils.ts#L20)

View File

@@ -1,19 +0,0 @@
[youtubei.js](../../../README.md) / [ProtoUtils](../README.md) / encodeNextParams
# Function: encodeNextParams()
> **encodeNextParams**(`video_ids`, `playlist_title`?): `string`
## Parameters
**video\_ids**: `string`[]
**playlist\_title?**: `string`
## Returns
`string`
## Defined in
[src/utils/ProtoUtils.ts:51](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/utils/ProtoUtils.ts#L51)

View File

@@ -1,19 +0,0 @@
[youtubei.js](../../../README.md) / [ProtoUtils](../README.md) / encodeVisitorData
# Function: encodeVisitorData()
> **encodeVisitorData**(`id`, `timestamp`): `string`
## Parameters
**id**: `string`
**timestamp**: `number`
## Returns
`string`
## Defined in
[src/utils/ProtoUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/utils/ProtoUtils.ts#L11)

View File

@@ -1,27 +0,0 @@
[youtubei.js](../../../README.md) / [ProtoUtils](../README.md) / CommentActionParamsArgs
# Type Alias: CommentActionParamsArgs
> **CommentActionParamsArgs**: `object`
## Type declaration
### comment\_id?
> `optional` **comment\_id**: `string`
### target\_language?
> `optional` **target\_language**: `string`
### text?
> `optional` **text**: `string`
### video\_id?
> `optional` **video\_id**: `string`
## Defined in
[src/utils/ProtoUtils.ts:4](https://github.com/LuanRT/YouTube.js/blob/af92984523f90200a18314b94478a2697c9deab0/src/utils/ProtoUtils.ts#L4)