@webitel/api-services
    Preparing search index...

    The Chat info. Alias: participant, subscriber, member, peer, leg.

    interface WebitelChatContactChat {
        context?: WebitelChatContactChatContext;
        dc?: string;
        id?: string;
        invite?: WebitelChatContactChatInvite;
        join?: string;
        left?: string;
        peer?: WebitelChatChatPeer;
        title?: string;
        via?: WebitelChatChatPeer;
    }
    Index

    Properties

    Context. Variables.

    dc?: string

    [D]omain[C]omponent primary ID.

    id?: string

    Unique identifier for this chat. [FROM] Member / Channel ID.

    // [TO] Group. Conversation ID. string chat_id = 2;

    OPTIONAL. Invite[d] BY member info.

    join?: string

    OPTIONAL. A non-zero value indicates that the participant has joined the chat.

    left?: string

    [FROM]: User identity. Seed.

    title?: string

    [TO]: Chat title.

    [FROM] VIA text gateway profile.