Skip to content

Commit d390415

Browse files
dlacktyxingoxu
andauthored
Add keywords to Sticker event (#268)
* Add keywords property to sticker event object * Add missing sticker resource type Co-authored-by: xingo xu <xingoxu@users.noreply.github.com>
1 parent 4a40e30 commit d390415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,9 @@ export type StickerEventMessage = {
479479
| "ANIMATION_SOUND"
480480
| "POPUP"
481481
| "POPUP_SOUND"
482-
| "NAME_TEXT";
482+
| "NAME_TEXT"
483+
| "PER_STICKER_TEXT";
484+
keywords: string[];
483485
} & EventMessageBase;
484486

485487
export type Postback = {

0 commit comments

Comments
 (0)