More card kinds
This commit is contained in:
parent
74534e8fef
commit
10277bb58d
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,7 @@ type
|
|||
|
||||
CardKind* = enum
|
||||
player = "player"
|
||||
audio = "audio"
|
||||
summary = "summary"
|
||||
summaryLarge = "summary_large_image"
|
||||
promoWebsite = "promo_website"
|
||||
|
@ -111,6 +112,8 @@ type
|
|||
promoImageConvo = "promo_image_convo"
|
||||
promoVideoApp = "promo_video_app"
|
||||
promoImageApp = "promo_image_app"
|
||||
amplify = "amplify"
|
||||
unified = "unified_card"
|
||||
liveEvent = "live_event"
|
||||
broadcast = "broadcast"
|
||||
periscope = "periscope_broadcast"
|
||||
|
|
Loading…
Reference in a new issue