Skip to content

Commit

Permalink
Support emojis in text message webhook (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty authored May 29, 2020
1 parent 5e0ad40 commit 2aa9847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ export type TextEventMessage = {
*/
emojis?: {
index: number;
length: number;
productId: string;
emojiId: string;
}[];
Expand Down

0 comments on commit 2aa9847

Please sign in to comment.