MemberJoinedChannelEvent
Table of Contents
Properties
-
$adapter
: Adapter
-
$channelId
: string
-
$inviterId
: string|null
-
$raw
: mixed
-
$userId
: string
Methods
-
__construct()
: mixed
$adapter
read-only
public
Adapter
$adapter
$channelId
read-only
public
string
$channelId
$inviterId
read-only
public
string|null
$inviterId
= null
$raw
read-only
public
mixed
$raw
= null
$userId
read-only
public
string
$userId
__construct()
public
__construct(Adapter $adapter, string $channelId, string $userId[, string|null $inviterId = null ][, mixed $raw = null ]) : mixed
Parameters
-
$adapter
: Adapter
-
-
$channelId
: string
-
-
$userId
: string
-
-
$inviterId
: string|null
= null
-
-
$raw
: mixed
= null
-