Skip to content

roboport@0.8.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:14
· 11 commits to main since this release
9986a56

Patch Changes

  • #77 4573baf Thanks @Destiner! - Recover the text of a replied-to rich message. A message sent with sendRichMessage carries no text — its content is a block tree under rich_message — so replyTo.text was empty whenever a user replied to one of the agent's own replies, which is the common case. TelegramMessage now models rich_message, and the new richMessageText helper (exported from roboport/triggers) flattens the block tree into plain text.