mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 03:51:00 +00:00
chore: regen docs
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
[youtubei.js](../../../../README.md) / [YT](../README.md) / NotificationsMenu
|
||||
|
||||
# Class: NotificationsMenu
|
||||
|
||||
Defined in: [src/parser/youtube/NotificationsMenu.ts:11](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/parser/youtube/NotificationsMenu.ts#L11)
|
||||
|
||||
## Constructors
|
||||
|
||||
### Constructor
|
||||
|
||||
> **new NotificationsMenu**(`actions`, `response`): `NotificationsMenu`
|
||||
|
||||
Defined in: [src/parser/youtube/NotificationsMenu.ts:18](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/parser/youtube/NotificationsMenu.ts#L18)
|
||||
|
||||
#### Parameters
|
||||
|
||||
##### actions
|
||||
|
||||
[`Actions`](../../../../classes/Actions.md)
|
||||
|
||||
##### response
|
||||
|
||||
[`ApiResponse`](../../../../interfaces/ApiResponse.md)
|
||||
|
||||
#### Returns
|
||||
|
||||
`NotificationsMenu`
|
||||
|
||||
## Properties
|
||||
|
||||
### contents
|
||||
|
||||
> **contents**: [`Notification`](../../YTNodes/classes/Notification.md)[]
|
||||
|
||||
Defined in: [src/parser/youtube/NotificationsMenu.ts:16](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/parser/youtube/NotificationsMenu.ts#L16)
|
||||
|
||||
***
|
||||
|
||||
### header
|
||||
|
||||
> **header**: [`SimpleMenuHeader`](../../YTNodes/classes/SimpleMenuHeader.md)
|
||||
|
||||
Defined in: [src/parser/youtube/NotificationsMenu.ts:15](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/parser/youtube/NotificationsMenu.ts#L15)
|
||||
|
||||
## Accessors
|
||||
|
||||
### page
|
||||
|
||||
#### Get Signature
|
||||
|
||||
> **get** **page**(): [`IGetNotificationsMenuResponse`](../../../../type-aliases/IGetNotificationsMenuResponse.md)
|
||||
|
||||
Defined in: [src/parser/youtube/NotificationsMenu.ts:40](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/parser/youtube/NotificationsMenu.ts#L40)
|
||||
|
||||
##### Returns
|
||||
|
||||
[`IGetNotificationsMenuResponse`](../../../../type-aliases/IGetNotificationsMenuResponse.md)
|
||||
|
||||
## Methods
|
||||
|
||||
### getContinuation()
|
||||
|
||||
> **getContinuation**(): `Promise`\<`NotificationsMenu`\>
|
||||
|
||||
Defined in: [src/parser/youtube/NotificationsMenu.ts:29](https://github.com/LuanRT/YouTube.js/blob/0733f60b57877f6b8b87dfd5cc6195b5085f5c09/src/parser/youtube/NotificationsMenu.ts#L29)
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`\<`NotificationsMenu`\>
|
||||
Reference in New Issue
Block a user