@webitel/api-services
Preparing search index...
_models/webitelImApiGatewayV1Peer
WebitelImApiGatewayV1Peer
Interface WebitelImApiGatewayV1Peer
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
channel
Id?
contact?
group
Id?
thread
Id?
Properties
Optional
channel
Id
channelId
?:
string
Optional
contact
contact
?:
WebitelImApiGatewayV1PeerIdentity
Optional
group
Id
groupId
?:
string
Optional
thread
Id
threadId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Id
contact
group
Id
thread
Id
@webitel/api-services
Loading...
Represents a peer in the messaging system. It can be a user, chat, or channel.