Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get textMessage(): EntityCollectionTransformed<GetConversationMessageResponse, TextMessage<Address>> | undefined
Collection of text messages for this address, with pagination support.
Returns undefined until textMessages$ has been subscribed to (lazy-loaded). Filters to 'chat' subtype messages from the conversation.
undefined
'chat'
1console.log(address.textMessage);