chore(docs): Update API ref

This commit is contained in:
Luan
2024-11-22 04:25:16 -03:00
parent fc5571629e
commit 4e9d64404e
927 changed files with 26023 additions and 9839 deletions

View File

@@ -4,6 +4,10 @@
## Index
### Type Aliases
- [CommentActionParamsArgs](type-aliases/CommentActionParamsArgs.md)
### Functions
- [decodeVisitorData](functions/decodeVisitorData.md)

View File

@@ -14,4 +14,4 @@
## Defined in
[src/utils/ProtoUtils.ts:9](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/utils/ProtoUtils.ts#L9)
[src/utils/ProtoUtils.ts:16](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/utils/ProtoUtils.ts#L16)

View File

@@ -8,15 +8,7 @@
**type**: `number`
**args** = `{}`
**args.comment\_id?**: `string`
**args.target\_language?**: `string`
**args.text?**: `string`
**args.video\_id?**: `string`
**args**: [`CommentActionParamsArgs`](../type-aliases/CommentActionParamsArgs.md) = `{}`
## Returns
@@ -24,4 +16,4 @@
## Defined in
[src/utils/ProtoUtils.ts:14](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/utils/ProtoUtils.ts#L14)
[src/utils/ProtoUtils.ts:20](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/utils/ProtoUtils.ts#L20)

View File

@@ -14,4 +14,4 @@
## Defined in
[src/utils/ProtoUtils.ts:50](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/utils/ProtoUtils.ts#L50)
[src/utils/ProtoUtils.ts:51](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/utils/ProtoUtils.ts#L51)

View File

@@ -16,4 +16,4 @@
## Defined in
[src/utils/ProtoUtils.ts:4](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/utils/ProtoUtils.ts#L4)
[src/utils/ProtoUtils.ts:11](https://github.com/LuanRT/YouTube.js/blob/fc5571629eca037af7de03f4b903da6add1f300b/src/utils/ProtoUtils.ts#L11)

View File

@@ -0,0 +1,27 @@
[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/fc5571629eca037af7de03f4b903da6add1f300b/src/utils/ProtoUtils.ts#L4)