getMemberState
- getMemberState(
params):Promise<{ channels: Record<string, ChatChannelState> }>
Returns the states of a member in the specified channels.
Parameters
params
Configuration object for getting member state
params.channels
Channels for which to get the state.
params.memberId
Id of the member for which to get the state.
Returns
Promise<{ channels: Record<string, ChatChannelState> }>