interface InteractionsVoiceMessage {
    content: object;
    options: {
        messageType: "voice";
    };
}

Properties

Properties

content: object
options: {
    messageType: "voice";
}

Type declaration

  • messageType: "voice"