diff --git a/src/types/composerAction.ts b/src/types/composerAction.ts index 098e801a..1df631a1 100644 --- a/src/types/composerAction.ts +++ b/src/types/composerAction.ts @@ -26,9 +26,13 @@ export type ComposerActionData = { timestamp: number url: string state: { - parent?: string | undefined - text: string - embeds: string[] + requestId: string + cast: { + parent?: string | undefined + text: string + embeds: string[] + castDistribution: string + } } }