cards property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Deprecated: Use cards_v2
instead.
Rich, formatted, and interactive cards that you can use to display UI
elements such as: formatted texts, buttons, and clickable images. Cards
are normally displayed below the plain-text body of the message. cards
and cards_v2
can have a maximum size of 32 KB.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.List<Card>? cards;