RoomReceiver
in package
implements
InteractionReceiver
Read onlyYes
FinalYes
Tags
Attributes
- #[Consumable]
- $since: '34.0.2'
Table of Contents
Interfaces
Properties
- $roomToken : string
Methods
- __construct() : mixed
- getID() : string
- Returns the ID that uniquely identifies this receiver.
Properties
$roomToken
public
string
$roomToken
Methods
__construct()
public
__construct(string $roomToken) : mixed
Parameters
- $roomToken : string
Tags
getID()
Returns the ID that uniquely identifies this receiver.
public
getID() : string
Tags
Attributes
- #[Override]