- Модуль: pull
- Путь к файлу: ~/bitrix/modules/pull/lib/protobuf/incomingmessagesrequest.php
- Класс: BitrixPullProtobufIncomingMessagesRequest
- Вызов: IncomingMessagesRequest::descriptor
static function descriptor()
{
return googleprotobufDescriptorProto::fromArray([
'name' => 'IncomingMessagesRequest',
'field' => [
googleprotobufFieldDescriptorProto::fromArray([
'number' => 1,
'name' => 'messages',
'type' => googleprotobufFieldDescriptorProtoType::TYPE_MESSAGE(),
'label' => googleprotobufFieldDescriptorProtoLabel::LABEL_REPEATED(),
'type_name' => '.IncomingMessage'
]),
],
]);
}