interface InteractionsTextMessage {
    content: string;
    options: {
        messageType: "text";
    };
}

Properties

Properties

content: string
options: {
    messageType: "text";
}

Type declaration

  • messageType: "text"