Files
YouTube.js/docs/api/namespaces/YT/classes/NotificationsMenu.md
2024-11-22 04:25:16 -03:00

2.0 KiB

youtubei.js / YT / NotificationsMenu

Class: NotificationsMenu

Constructors

new NotificationsMenu()

new NotificationsMenu(actions, response): NotificationsMenu

Parameters

actions: Actions

response: ApiResponse

Returns

NotificationsMenu

Defined in

src/parser/youtube/NotificationsMenu.ts:18

Properties

contents

contents: Notification[]

Defined in

src/parser/youtube/NotificationsMenu.ts:16


header

header: SimpleMenuHeader

Defined in

src/parser/youtube/NotificationsMenu.ts:15

Accessors

page

get page(): IGetNotificationsMenuResponse

Returns

IGetNotificationsMenuResponse

Defined in

src/parser/youtube/NotificationsMenu.ts:40

Methods

getContinuation()

getContinuation(): Promise<NotificationsMenu>

Returns

Promise<NotificationsMenu>

Defined in

src/parser/youtube/NotificationsMenu.ts:29