chore: regen docs

This commit is contained in:
Luan
2025-10-12 12:09:24 -03:00
parent 0733f60b57
commit a9f19151b6
867 changed files with 140123 additions and 7758 deletions

View File

@@ -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`\>