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