Documentation

RoomArtifactWebhookEvent extends Message
in package

Webhook-specific Messages

Generated from protobuf message plugnmeet.RoomArtifactWebhookEvent

Table of Contents

Properties

$artifact_id  : mixed
Generated from protobuf field <code>string artifact_id = 2;</code>
$metadata  : mixed
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 3;</code>
$type  : mixed
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearMetadata()  : mixed
getArtifactId()  : string
Generated from protobuf field <code>string artifact_id = 2;</code>
getMetadata()  : RoomArtifactMetadata|null
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 3;</code>
getType()  : int
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 1;</code>
hasMetadata()  : mixed
setArtifactId()  : $this
Generated from protobuf field <code>string artifact_id = 2;</code>
setMetadata()  : $this
Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 3;</code>
setType()  : $this
Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 1;</code>

Properties

$artifact_id

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

protected mixed $artifact_id = ''

$metadata

Generated from protobuf field <code>.plugnmeet.RoomArtifactMetadata metadata = 3;</code>

protected mixed $metadata = null

$type

Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 1;</code>

protected mixed $type = 0

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 int $type
@type string $artifact_id
@type \Mynaparrot\PlugnmeetProto\RoomArtifactMetadata $metadata

}

getArtifactId()

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

public getArtifactId() : string
Return values
string

getType()

Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 1;</code>

public getType() : int
Return values
int

setArtifactId()

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

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

setType()

Generated from protobuf field <code>.plugnmeet.RoomArtifactType type = 1;</code>

public setType(int $var) : $this
Parameters
$var : int
Return values
$this

        
On this page

Search results