mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
chore(docs): Update API ref
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
## Index
|
||||
|
||||
### Type Aliases
|
||||
|
||||
- [CommentActionParamsArgs](type-aliases/CommentActionParamsArgs.md)
|
||||
|
||||
### Functions
|
||||
|
||||
- [decodeVisitorData](functions/decodeVisitorData.md)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user