Interface IMessageEventOpenLink

interface IMessageEventOpenLink {
    link: string;
    type: "open_link";
}

Properties

Properties

link: string
type: "open_link"

Generated using TypeDoc