Skip to main content

AdaptiveCardInfo

Properties

NameTypeRequiredDescription
id_strInternal identifier of an adaptive card
creation_timestrAdaptive Card creation datetime in ISO 8601 format
last_modified_timestrPost last modification datetime in ISO 8601 format
schemastrSchema of an adaptive card
type_AdaptiveCardInfoType
versionstrVersion of an adaptive card
creatorAdaptiveCardCreator
chat_idsList[str]Chat IDs where an adaptive card is posted or shared.
bodyList[AdaptiveCardInfoRequest]List of card elements to show in the primary card region
actionsList[AdaptiveCardAction]
select_actionAdaptiveCardSelectActionAn action that will be invoked when the card is tapped or selected. Action.ShowCard is not supported
fallback_textstrText shown when the client doesn't support the version specified (may contain markdown)
background_imageAdaptiveCardInfoBackgroundImageSpecifies the background image of a card
min_heightstrSpecifies the minimum height of the card in pixels
speakstrSpecifies what should be spoken for this entire card. This is simple text or SSML fragment
langAdaptiveCardInfoLangThe 2-letter ISO-639-1 language used in the card. Used to localize any date/time functions
vertical_content_alignmentVerticalContentAlignmentDefines how the content should be aligned vertically within the container. Only relevant for fixed-height cards, or cards with a minHeight specified

AdaptiveCardInfoType

Properties

NameTypeRequiredDescription
ADAPTIVECARDstr"AdaptiveCard"

AdaptiveCardInfoBackgroundImage

Specifies the background image of a card

AdaptiveCardInfoLang

The 2-letter ISO-639-1 language used in the card. Used to localize any date/time functions

Properties

NameTypeRequiredDescription
ENstr"en"
FRstr"fr"
ESstr"es"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →