OneSDK
    Preparing search index...

    Interface RoomMessage

    interface RoomMessage {
        message: string;
        prompts: string;
    }
    Index

    Properties

    Properties

    message: string
    prompts: string