More card kinds

This commit is contained in:
Zed 2020-06-01 10:30:47 +02:00
parent 74534e8fef
commit 10277bb58d
1 changed files with 3 additions and 0 deletions

View File

@ -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"