PrivateDataDelivery
extends Message
in package
Generated from protobuf message <code>plugnmeet.PrivateDataDelivery</code>
Table of Contents
Properties
- $echo_to_sender : mixed
- Generated from protobuf field <code>bool echo_to_sender = 2;</code>
- $to_user_id : mixed
- Generated from protobuf field <code>string to_user_id = 1;</code>
- $type : mixed
- Generated from protobuf field <code>string type = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getEchoToSender() : bool
- Generated from protobuf field <code>bool echo_to_sender = 2;</code>
- getToUserId() : string
- Generated from protobuf field <code>string to_user_id = 1;</code>
- getType() : string
- Generated from protobuf field <code>string type = 3;</code>
- setEchoToSender() : $this
- Generated from protobuf field <code>bool echo_to_sender = 2;</code>
- setToUserId() : $this
- Generated from protobuf field <code>string to_user_id = 1;</code>
- setType() : $this
- Generated from protobuf field <code>string type = 3;</code>
Properties
$echo_to_sender
Generated from protobuf field <code>bool echo_to_sender = 2;</code>
protected
mixed
$echo_to_sender
= false
$to_user_id
Generated from protobuf field <code>string to_user_id = 1;</code>
protected
mixed
$to_user_id
= ''
$type
Generated from protobuf field <code>string type = 3;</code>
protected
mixed
$type
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $to_user_id @type bool $echo_to_sender @type string $type}
getEchoToSender()
Generated from protobuf field <code>bool echo_to_sender = 2;</code>
public
getEchoToSender() : bool
Return values
boolgetToUserId()
Generated from protobuf field <code>string to_user_id = 1;</code>
public
getToUserId() : string
Return values
stringgetType()
Generated from protobuf field <code>string type = 3;</code>
public
getType() : string
Return values
stringsetEchoToSender()
Generated from protobuf field <code>bool echo_to_sender = 2;</code>
public
setEchoToSender(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetToUserId()
Generated from protobuf field <code>string to_user_id = 1;</code>
public
setToUserId(string $var) : $this
Parameters
- $var : string
Return values
$thissetType()
Generated from protobuf field <code>string type = 3;</code>
public
setType(string $var) : $this
Parameters
- $var : string