frog@0.17.0
·
35 commits
to main
since this release
Minor Changes
-
#476
4539665
Thanks @dalechyn! - Breaking Change:parent
andchannelKey
are deprecated inComposerActionMessage
import { postComposerActionMessage } from 'frog/next' postComposerActionMessage({ type: "createCast", data: { cast: { embeds: [/*...*/]; text: 'Hi'; - parent: '0x...' - channelKey: '...' }; }; })
import { postComposerCreateCastActionMessage } from 'frog/next' postComposerCreateCastActionMessage({ embeds: [/*...*/]; text: 'Hi'; - parent: '0x...' - channelKey: '...' })