Documentation

GetRoomUploadedFilesReq extends Message
in package

Generated from protobuf message <code>plugnmeet.GetRoomUploadedFilesReq</code>

Table of Contents

Properties

$file_type  : mixed
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 2;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
getFileType()  : int
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 2;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 1;</code>
setFileType()  : $this
Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 2;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 1;</code>

Properties

$file_type

Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 2;</code>

protected mixed $file_type = 0

$room_id

Generated from protobuf field <code>string room_id = 1;</code>

protected mixed $room_id = ''

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 $room_id
@type int $file_type

}

getFileType()

Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 2;</code>

public getFileType() : int
Return values
int

getRoomId()

Generated from protobuf field <code>string room_id = 1;</code>

public getRoomId() : string
Return values
string

setFileType()

Generated from protobuf field <code>.plugnmeet.RoomUploadedFileType file_type = 2;</code>

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

setRoomId()

Generated from protobuf field <code>string room_id = 1;</code>

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

        
On this page

Search results