textMessage

View as MarkdownOpen in Claude
get 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.

See

Examples

console.log(address.textMessage);