mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
chore: regen docs
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user