chore(docs): add getTimeWatched() example

This commit is contained in:
LuanRT
2022-05-28 05:09:17 -03:00
parent f0565ec924
commit 91dc854668

View File

@@ -880,6 +880,28 @@ ___
</details>
<br>
* Get Time Watched stats:
```js
await session.account.getTimeWatched();
```
<details>
<summary>Output</summary>
<p>
```js
[
{
title: string,
time: string
}
]
```
</p>
</details>
<br>
#### Channel:
* Edit channel name: