Class LinkAttachment

Hierarchy (view full)

Constructors

Properties

$filled: boolean
[kPhoto]: undefined | PhotoAttachment
api: API
type: "link" | LINK

Accessors

  • get button(): undefined | {
        action: {
            type: string;
            url: string;
        };
        title: string;
    }
  • Returns the button

    Returns undefined | {
        action: {
            type: string;
            url: string;
        };
        title: string;
    }

Methods

Generated using TypeDoc