API
useUserGdms
Hook to get the group dm streams of the current user.
Imports
Examples
You can combine this hook with the useGdm
hook to get all group dm streams of the current user and render them:
Definition
Source: useUserGdms
Parameters
config
- Type:
ObservableConfig.FromObservable<Gdms>
- Optional
Configuration options for the observable.
Return Type
The list of all group dm stream ids of the current user.
Was this page helpful?