Files
YouTube.js/docs/api/namespaces/YT/classes/TimeWatched.md
2024-10-28 16:07:35 -03:00

46 lines
1.2 KiB
Markdown

[youtubei.js](../../../README.md) / [YT](../README.md) / TimeWatched
# Class: TimeWatched
## Constructors
### new TimeWatched()
> **new TimeWatched**(`response`): [`TimeWatched`](TimeWatched.md)
#### Parameters
**response**: [`ApiResponse`](../../../interfaces/ApiResponse.md)
#### Returns
[`TimeWatched`](TimeWatched.md)
#### Defined in
[src/parser/youtube/TimeWatched.ts:15](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/youtube/TimeWatched.ts#L15)
## Properties
### contents?
> `optional` **contents**: [`ObservedArray`](../../Helpers/type-aliases/ObservedArray.md)\<[`ItemSection`](../../YTNodes/classes/ItemSection.md)\>
#### Defined in
[src/parser/youtube/TimeWatched.ts:13](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/youtube/TimeWatched.ts#L13)
## Accessors
### page
> `get` **page**(): [`IBrowseResponse`](../../APIResponseTypes/type-aliases/IBrowseResponse.md)
#### Returns
[`IBrowseResponse`](../../APIResponseTypes/type-aliases/IBrowseResponse.md)
#### Defined in
[src/parser/youtube/TimeWatched.ts:29](https://github.com/LuanRT/YouTube.js/blob/305a398158a6cac82e6ef288fed4bf1661c89d52/src/parser/youtube/TimeWatched.ts#L29)