Skip to content

Commit 2771fd4

Browse files
feat: Add media thumbnail support
1 parent e4f8532 commit 2771fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export interface NotificationDataType {
2929
subHeader: string;
3030
body: string;
3131
actionUrl: string;
32+
thumbnailUrl?: string | null;
3233
avatar: {
3334
imageUrl: string;
3435
actionUrl: string | null;
@@ -156,6 +157,7 @@ type Message = {
156157
subHeader: string;
157158
body: string;
158159
actionUrl: string;
160+
thumbnailUrl?: string | null;
159161
avatar: {
160162
imageUrl: string;
161163
actionUrl: string | null;

0 commit comments

Comments
 (0)