MessageCardSectionImage instance used as images for MessageCardSection.
const section = new MessageCardSection("**Elon Musk**");const image = new MessageCardSectionImage("Title", "https://example.com/image.png");section.images = [image] Copy
const section = new MessageCardSection("**Elon Musk**");const image = new MessageCardSectionImage("Title", "https://example.com/image.png");section.images = [image]
Generated using TypeDoc
Description
MessageCardSectionImage instance used as images for MessageCardSection.
Example