MessageThreadSelector type
Typ selektora dla składnika MessageThread.
type MessageThreadSelector = (
state: ChatClientState,
props: ChatBaseSelectorProps
) => { messages: Message[]; showMessageStatus: boolean; userId: string }