Constructor
new ContextInteraction(client, manager, data)
The constructor of the context interaction class.
Parameters:
Name | Type | Description |
---|---|---|
client | Client | The client |
manager | ContextInteractionManager | The context interaction manager |
data | ContextInteractionData | The data of the context interaction |
Members
manager :ContextInteractionManager
The context interaction manager
Methods
deploy() → {Promise.<(Boolean|DisGroupDevError)>}
Deploys the context interaction
Returns:
- Type:
- Promise.
<(Boolean| DisGroupDevError)>
load() → {Promise.<(Boolean|DisGroupDevError)>}
Reloads the context interaction
Returns:
- Type:
- Promise.
<(Boolean| DisGroupDevError)>
reload() → {Promise.<(Boolean|DisGroupDevError)>}
Reloads the context interaction
Returns:
- Type:
- Promise.
<(Boolean| DisGroupDevError)>
unload() → {Promise.<(Boolean|DisGroupDevError)>}
Unloads the context interaction
Returns:
- Type:
- Promise.
<(Boolean| DisGroupDevError)>