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

    ThreadMember represents a thread participant with optional type-specific settings.

    interface WebitelImApiGatewayV1ThreadMember {
        contact?: WebitelImApiGatewayV1Contact;
        id?: string;
        permissions?: WebitelImApiGatewayV1ThreadPermissions;
        role?: WebitelImApiGatewayV1ThreadRole;
    }
    Index

    Properties

    id?: string