MessageThreadSelector type
Auswahltyp für MessageThread Komponente.
type MessageThreadSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { messages: Message[]; showMessageStatus: boolean; userId: string }