mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 12:47:04 +00:00
chore: regen docs
This commit is contained in:
14
docs/api/youtubei.js/namespaces/ProtoUtils/README.md
Normal file
14
docs/api/youtubei.js/namespaces/ProtoUtils/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
[youtubei.js](../../../README.md) / ProtoUtils
|
||||
|
||||
# ProtoUtils
|
||||
|
||||
## Type Aliases
|
||||
|
||||
- [CommentActionParamsArgs](type-aliases/CommentActionParamsArgs.md)
|
||||
|
||||
## Functions
|
||||
|
||||
- [decodeVisitorData](functions/decodeVisitorData.md)
|
||||
- [encodeCommentActionParams](functions/encodeCommentActionParams.md)
|
||||
- [encodeNextParams](functions/encodeNextParams.md)
|
||||
- [encodeVisitorData](functions/encodeVisitorData.md)
|
||||
@@ -0,0 +1,17 @@
|
||||
[youtubei.js](../../../../README.md) / [ProtoUtils](../README.md) / decodeVisitorData
|
||||
|
||||
# Function: decodeVisitorData()
|
||||
|
||||
> **decodeVisitorData**(`visitor_data`): `VisitorData`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:16](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L16)
|
||||
|
||||
## Parameters
|
||||
|
||||
### visitor\_data
|
||||
|
||||
`string`
|
||||
|
||||
## Returns
|
||||
|
||||
`VisitorData`
|
||||
@@ -0,0 +1,21 @@
|
||||
[youtubei.js](../../../../README.md) / [ProtoUtils](../README.md) / encodeCommentActionParams
|
||||
|
||||
# Function: encodeCommentActionParams()
|
||||
|
||||
> **encodeCommentActionParams**(`type`, `args`): `string`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:20](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L20)
|
||||
|
||||
## Parameters
|
||||
|
||||
### type
|
||||
|
||||
`number`
|
||||
|
||||
### args
|
||||
|
||||
[`CommentActionParamsArgs`](../type-aliases/CommentActionParamsArgs.md) = `{}`
|
||||
|
||||
## Returns
|
||||
|
||||
`string`
|
||||
@@ -0,0 +1,21 @@
|
||||
[youtubei.js](../../../../README.md) / [ProtoUtils](../README.md) / encodeNextParams
|
||||
|
||||
# Function: encodeNextParams()
|
||||
|
||||
> **encodeNextParams**(`video_ids`, `playlist_title?`): `string`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:51](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L51)
|
||||
|
||||
## Parameters
|
||||
|
||||
### video\_ids
|
||||
|
||||
`string`[]
|
||||
|
||||
### playlist\_title?
|
||||
|
||||
`string`
|
||||
|
||||
## Returns
|
||||
|
||||
`string`
|
||||
@@ -0,0 +1,21 @@
|
||||
[youtubei.js](../../../../README.md) / [ProtoUtils](../README.md) / encodeVisitorData
|
||||
|
||||
# Function: encodeVisitorData()
|
||||
|
||||
> **encodeVisitorData**(`id`, `timestamp`): `string`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L11)
|
||||
|
||||
## Parameters
|
||||
|
||||
### id
|
||||
|
||||
`string`
|
||||
|
||||
### timestamp
|
||||
|
||||
`number`
|
||||
|
||||
## Returns
|
||||
|
||||
`string`
|
||||
@@ -0,0 +1,39 @@
|
||||
[youtubei.js](../../../../README.md) / [ProtoUtils](../README.md) / CommentActionParamsArgs
|
||||
|
||||
# Type Alias: CommentActionParamsArgs
|
||||
|
||||
> **CommentActionParamsArgs** = `object`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:4](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L4)
|
||||
|
||||
## Properties
|
||||
|
||||
### comment\_id?
|
||||
|
||||
> `optional` **comment\_id**: `string`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:5](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L5)
|
||||
|
||||
***
|
||||
|
||||
### target\_language?
|
||||
|
||||
> `optional` **target\_language**: `string`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:8](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### text?
|
||||
|
||||
> `optional` **text**: `string`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:7](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### video\_id?
|
||||
|
||||
> `optional` **video\_id**: `string`
|
||||
|
||||
Defined in: [src/utils/ProtoUtils.ts:6](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/utils/ProtoUtils.ts#L6)
|
||||
Reference in New Issue
Block a user