API
useCreateGdm
A hook that allows you to create a new group direct message (GDM).
Imports
Definition
Source: useCreateGdm
Parameters
config
- Type:
ActionConfig<Gdms['createGDM']>
- Optional
The action config.
Return Type
An object containing the createGDM
action and the rest of the action result.
Was this page helpful?