@webitel/api-services
    Preparing search index...
    interface WebitelChatServerMember {
        channelId?: string;
        externalId?: string;
        internal?: boolean;
        type?: string;
        updatedAt?: string;
        userId?: string;
        username?: string;
        via?: WebitelChatServerGateway;
    }
    Index

    Properties

    channelId?: string
    externalId?: string
    internal?: boolean
    type?: string
    updatedAt?: string
    userId?: string
    username?: string