@webitel/api-services
Preparing search index...
_models/webitelImApiGatewayV1ThreadMember.zod
WebitelImApiGatewayV1ThreadMember
Interface WebitelImApiGatewayV1ThreadMember
ThreadMember represents a thread participant with optional type-specific settings.
interface
WebitelImApiGatewayV1ThreadMember
{
contact
?:
WebitelImApiGatewayV1Contact
;
id
?:
string
;
permissions
?:
WebitelImApiGatewayV1ThreadPermissions
;
role
?:
WebitelImApiGatewayV1ThreadRole
;
}
Index
Properties
contact?
id?
permissions?
role?
Properties
Optional
contact
contact
?:
WebitelImApiGatewayV1Contact
Optional
id
id
?:
string
Optional
permissions
permissions
?:
WebitelImApiGatewayV1ThreadPermissions
Optional
role
role
?:
WebitelImApiGatewayV1ThreadRole
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contact
id
permissions
role
@webitel/api-services
Loading...
ThreadMember represents a thread participant with optional type-specific settings.