Discord Eraser Bot

WelcomeScreenChannel
in package

Read onlyYes
FinalYes
Tags
see
https://discord.com/developers/docs/resources/guild#welcome-screen-object-welcome-screen-channel-structure

Table of Contents

Properties

$channel_id  : string
$description  : string
$emoji_id  : string|null
$emoji_name  : string|null

Methods

__construct()  : mixed

Properties

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.


        
On this page

Search results