We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d26a30c + 1eb7061 commit 6f4a18fCopy full SHA for 6f4a18f
1 file changed
src/directLine.ts
@@ -40,7 +40,8 @@ export type MediaType = "image/png" | "image/jpg" | "image/jpeg" | "image/gif" |
40
export interface Media {
41
contentType: MediaType,
42
contentUrl: string,
43
- name?: string
+ name?: string,
44
+ thumbnailUrl?: string
45
}
46
47
export type CardActionTypes = "openUrl" | "imBack" | "postBack" | "playAudio" | "playVideo" | "showImage" | "downloadFile" | "signin" | "call";
0 commit comments