Skip to content

Commit 6f4a18f

Browse files
authored
Merge pull request #30 from photodesignch/master
adding thumbnailUrl support in Meda
2 parents d26a30c + 1eb7061 commit 6f4a18f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/directLine.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export type MediaType = "image/png" | "image/jpg" | "image/jpeg" | "image/gif" |
4040
export interface Media {
4141
contentType: MediaType,
4242
contentUrl: string,
43-
name?: string
43+
name?: string,
44+
thumbnailUrl?: string
4445
}
4546

4647
export type CardActionTypes = "openUrl" | "imBack" | "postBack" | "playAudio" | "playVideo" | "showImage" | "downloadFile" | "signin" | "call";

0 commit comments

Comments
 (0)