Class MessageCardSectionImage

Description

MessageCardSectionImage instance used as images for MessageCardSection.

Example

const section = new MessageCardSection("**Elon Musk**");
const image = new MessageCardSectionImage("Title", "https://example.com/image.png");
section.images = [image]

Hierarchy

  • MessageCardSectionImage

Implements

  • IMessageCardSectionImage

Constructors

Properties

Methods

Constructors

Properties

image: string
title: string

Methods

Generated using TypeDoc