WelcomeScreenChannel
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $channel_id : string
- $description : string
- $emoji_id : string|null
- $emoji_name : string|null
Methods
- __construct() : mixed
Properties
$channel_id
public
string
$channel_id
$description
public
string
$description
$emoji_id
public
string|null
$emoji_id
$emoji_name
public
string|null
$emoji_name
Methods
__construct()
public
__construct(string $channel_id, string $description, string|null $emoji_id, string|null $emoji_name) : mixed
Parameters
- $channel_id : string
-
The channel's id.
- $description : string
-
The description shown for the channel.
- $emoji_id : string|null
-
The emoji id, if the emoji is custom.
- $emoji_name : string|null
-
The emoji name if custom, the Unicode character if standard, or null if no emoji is set.