From 3da9345eab92f1c39416612f19ff283bda254634 Mon Sep 17 00:00:00 2001 From: Richard Lee <14349+dlackty@users.noreply.github.com> Date: Wed, 13 May 2020 01:30:50 +0800 Subject: [PATCH] Support emojis in text message webhook --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types.ts b/lib/types.ts index 2ec843d1c..f60bc0fcf 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -355,6 +355,7 @@ export type TextEventMessage = { */ emojis?: { index: number; + length: number; productId: string; emojiId: string; }[];