mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore: gen docs [skip ci]
This commit is contained in:
61
docs/api/namespaces/Misc/classes/SubscriptionButton.md
Normal file
61
docs/api/namespaces/Misc/classes/SubscriptionButton.md
Normal file
@@ -0,0 +1,61 @@
|
||||
[youtubei.js](../../../README.md) / [Misc](../README.md) / SubscriptionButton
|
||||
|
||||
# Class: SubscriptionButton
|
||||
|
||||
## Constructors
|
||||
|
||||
### new SubscriptionButton()
|
||||
|
||||
> **new SubscriptionButton**(`data`): [`SubscriptionButton`](SubscriptionButton.md)
|
||||
|
||||
#### Parameters
|
||||
|
||||
• **data**: [`RawNode`](../../APIResponseTypes/type-aliases/RawNode.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
[`SubscriptionButton`](SubscriptionButton.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:11](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L11)
|
||||
|
||||
## Properties
|
||||
|
||||
### subscribed
|
||||
|
||||
> **subscribed**: `boolean`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:8](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L8)
|
||||
|
||||
***
|
||||
|
||||
### subscription\_type?
|
||||
|
||||
> `optional` **subscription\_type**: `"FREE"` \| `"PAID"` \| `"UNAVAILABLE"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:9](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L9)
|
||||
|
||||
***
|
||||
|
||||
### text
|
||||
|
||||
> **text**: [`Text`](Text.md)
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:7](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L7)
|
||||
|
||||
***
|
||||
|
||||
### type
|
||||
|
||||
> `static` **type**: `string` = `'SubscriptionButton'`
|
||||
|
||||
#### Defined in
|
||||
|
||||
[src/parser/classes/misc/SubscriptionButton.ts:5](https://github.com/LuanRT/YouTube.js/blob/e1650e12979e68b9546bc63989f86b651960a10a/src/parser/classes/misc/SubscriptionButton.ts#L5)
|
||||
Reference in New Issue
Block a user