Documentation

PushTextRequest extends Message
in package

Generated from protobuf message <code>livekit.PushTextRequest</code>

Table of Contents

Properties

$content  : mixed
Generated from protobuf field <code>string content = 2;</code>
$message_id  : mixed
The message_id of the TextMessageRequest that this push is for

Methods

__construct()  : mixed
Constructor.
getContent()  : string
Generated from protobuf field <code>string content = 2;</code>
getMessageId()  : string
The message_id of the TextMessageRequest that this push is for
setContent()  : $this
Generated from protobuf field <code>string content = 2;</code>
setMessageId()  : $this
The message_id of the TextMessageRequest that this push is for

Properties

$content

Generated from protobuf field <code>string content = 2;</code>

protected mixed $content = ''

$message_id

The message_id of the TextMessageRequest that this push is for

protected mixed $message_id = ''

Generated from protobuf field string message_id = 1;

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 $message_id
      The message_id of the TextMessageRequest that this push is for
@type string $content

}

getContent()

Generated from protobuf field <code>string content = 2;</code>

public getContent() : string
Return values
string

getMessageId()

The message_id of the TextMessageRequest that this push is for

public getMessageId() : string

Generated from protobuf field string message_id = 1;

Return values
string

setContent()

Generated from protobuf field <code>string content = 2;</code>

public setContent(string $var) : $this
Parameters
$var : string
Return values
$this

setMessageId()

The message_id of the TextMessageRequest that this push is for

public setMessageId(string $var) : $this

Generated from protobuf field string message_id = 1;

Parameters
$var : string
Return values
$this

        
On this page

Search results