File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ export interface Media {
4444 thumbnailUrl ?: string
4545}
4646
47+ export interface UnknownMedia {
48+ contentType : string ,
49+ contentUrl : string ,
50+ name ?: string ,
51+ thumbnailUrl ?: string
52+ }
53+
4754export type CardActionTypes = "openUrl" | "imBack" | "postBack" | "playAudio" | "playVideo" | "showImage" | "downloadFile" | "signin" | "call" ;
4855
4956export interface CardAction {
@@ -168,7 +175,7 @@ export interface AnimationCard {
168175 }
169176}
170177
171- export type Attachment = Media | HeroCard | Thumbnail | Signin | Receipt | AudioCard | VideoCard | AnimationCard | FlexCard | AdaptiveCard ;
178+ export type Attachment = Media | UnknownMedia | HeroCard | Thumbnail | Signin | Receipt | AudioCard | VideoCard | AnimationCard | FlexCard | AdaptiveCard ;
172179
173180export interface User {
174181 id : string ,
You can’t perform that action at this time.
0 commit comments