Table of Contents

Class WelcomeScreen

Namespace
Discord
Assembly
Discord.Net.Core.dll
public class WelcomeScreen
Inheritance
WelcomeScreen
Inherited Members

Properties

Channels

Gets the channels shown in the welcome screen, up to 5 channels.

public IReadOnlyCollection<WelcomeScreenChannel> Channels { get; }

Property Value

IReadOnlyCollection<WelcomeScreenChannel>

Description

Gets the server description shown in the welcome screen. null if not set.

public string Description { get; }

Property Value

string