Skip to content

Commit ec867ca

Browse files
candy02058912Hyunje Jun
authored andcommitted
Add displayText to postback action (#63)
1 parent 25e7fac commit ec867ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ export type PostbackAction = {
259259
type: "postback";
260260
data: string;
261261
text?: string;
262+
displayText?: string;
262263
};
263264

264265
export type MessageAction = {

0 commit comments

Comments
 (0)