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

    Represents a peer in the messaging system. It can be a user, chat, or channel.

    interface WebitelImApiGatewayV1Peer {
        channelId?: string;
        contact?: WebitelImApiGatewayV1PeerIdentity;
        groupId?: string;
        threadId?: string;
    }
    Index

    Properties

    channelId?: string
    groupId?: string
    threadId?: string