GoToChat
Table of Contents
Constants
-
NOTIFICATIONS_MESSAGE_CODE
= 'GOTO_CHAT'
Methods
-
__construct()
: mixed
-
isActive()
: bool
-
send()
: Result
-
setConnectorId()
: GoToChat
-
setOwner()
: GoToChat
NOTIFICATIONS_MESSAGE_CODE
public
mixed
NOTIFICATIONS_MESSAGE_CODE
= 'GOTO_CHAT'
__construct()
public
__construct([string $senderType = 'bitrix24' ][, string $senderChannelId = 'bitrix24' ]) : mixed
Parameters
-
$senderType
: string
= 'bitrix24'
-
-
$senderChannelId
: string
= 'bitrix24'
-
isActive()
public
static isActive() : bool
send()
public
send(string $from, int $to[, int|null $lineId = null ]) : Result
Parameters
-
$from
: string
-
-
$to
: int
-
-
$lineId
: int|null
= null
-
setConnectorId()
public
setConnectorId(string $connectorId) : GoToChat
Parameters
-
$connectorId
: string
-
setOwner()
public
setOwner(ItemIdentifier $owner) : GoToChat
Parameters
-
$owner
: ItemIdentifier
-