Chameleon
Preparing search index...
BaseManager
Class BaseManager<T>
Abstract
Type Parameters
T
extends
{
id
:
string
}
Hierarchy (
View Summary
)
BaseManager
UserManager
GuildManager
ChannelManager
Index
Constructors
constructor
Methods
fetch
Constructors
constructor
new
BaseManager
<
T
extends
{
id
:
string
}
>
(
rest
:
ChameleonREST
,
store
:
TongueStore
,
)
:
BaseManager
<
T
>
Type Parameters
T
extends
{
id
:
string
}
Parameters
rest
:
ChameleonREST
store
:
TongueStore
Returns
BaseManager
<
T
>
Methods
fetch
fetch
(
id
:
string
,
force
?:
boolean
)
:
Promise
<
ChameleonAPIResult
<
T
>
>
Parameters
id
:
string
force
:
boolean
= false
Returns
Promise
<
ChameleonAPIResult
<
T
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
fetch
Chameleon
Loading...