textMessage

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

See

Examples

1console.log(address.textMessage);