mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 11:02:10 +00:00
1.3 KiB
1.3 KiB
youtubei.js / Managers / AccountManager
Class: AccountManager
Constructors
new AccountManager()
new AccountManager(
actions):AccountManager
Parameters
• actions: Actions
Returns
Defined in
src/core/managers/AccountManager.ts:12
Methods
getInfo()
getInfo():
Promise<AccountInfo>
Retrieves channel info.
Returns
Promise<AccountInfo>
Defined in
src/core/managers/AccountManager.ts:19
getSettings()
getSettings():
Promise<Settings>
Gets YouTube settings.
Returns
Promise<Settings>