Interface TYVoiceChatMessage

interface TYVoiceChatMessage {
    isFinished: boolean;
    text: string;
    type: TYVoiceChatMessageType;
}

Properties

Properties

isFinished: boolean
text: string