|
static | hasFileInLastMessages (File $file, int $chatId, int $messageInterval=10) |
|
static | sendFileToChat (File $file, int $chatId, string $text, $params=[], $userId=null, $fileSource=self::SOURCE_DEFAULT) |
|
static | sendExistingFileToChat (File $file, int $chatId, string $text, $params=[], int $userId) |
|
См. определение в файле sender.php строка 16
◆ hasFileInLastMessages()
static hasFileInLastMessages |
( |
File | $file, |
|
|
int | $chatId, |
|
|
int | $messageInterval = 10 ) |
|
static |
- Аргументы
-
File | $file | |
int | $chatId | |
int | $messageInterval | |
- Возвращает
- bool
См. определение в файле sender.php строка 43
◆ sendExistingFileToChat()
static sendExistingFileToChat |
( |
File | $file, |
|
|
int | $chatId, |
|
|
string | $text, |
|
|
| $params = [], |
|
|
int | $userId ) |
|
static |
Send message with file from chat storage to chat
- Аргументы
-
File | $file | |
int | $chatId | |
string | $text | |
array | $params | |
int | $userId | |
- Возвращает
- Result
- Исключения
-
Bitrix\Main\ArgumentException
- Исключения
-
Bitrix\Main\ObjectPropertyException
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле sender.php строка 137
◆ sendFileToChat()
static sendFileToChat |
( |
File | $file, |
|
|
int | $chatId, |
|
|
string | $text, |
|
|
| $params = [], |
|
|
| $userId = null, |
|
|
| $fileSource = self::SOURCE_DEFAULT ) |
|
static |
Upload file to chat storage and send message with it
- Аргументы
-
File | $file | |
int | $chatId | |
string | $text | |
array | $params | |
null | $userId | |
string | $fileSource | |
- Возвращает
- Result
См. определение в файле sender.php строка 88
◆ SOURCE_CALL_DOCUMENT
const SOURCE_CALL_DOCUMENT = 'call-document' |
◆ SOURCE_CALL_RECORDING
const SOURCE_CALL_RECORDING = 'call-recording' |
◆ SOURCE_DEFAULT
const SOURCE_DEFAULT = 'default' |