TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Interface TakTalkMessage

    TAKTALK voice/text chat message (CoT type m-t-t).

    interface TakTalkMessage {
        chatroomId?: string;
        fromVoice?: boolean;
        lang?: string;
        text?: string;
    }
    Index

    Properties

    chatroomId?: string

    Target TAKTALK chatroom ID from <chatroom-id>.

    fromVoice?: boolean

    True when the source CoT carried a push-to-talk marker.

    lang?: string

    Language tag from <lang> (e.g. "English").

    text?: string

    Message body from <text>.