WelcomeScreenChannel
Implementation of the Discord WelcomeScreenChannel class in Luau
Summary
Properties
Section titled “Properties”channelId
Section titled “channelId”The id of the channel that is shown in the welcome screen
description
Section titled “description”The description shown for the channel in the welcome screen
emojiId
Section titled “emojiId”The id of the emoji that is shown alongside the channel
emojiName
Section titled “emojiName”The name of the emoji that is shown alongside the channel
Methods
Section titled “Methods”WelcomeScreenChannel : sync ( welcomeScreenData ) -> ()
Responsible for syncing data to this welcome screen channel object. This is typically called by the API when this object is created or updated.
Parameters
| welcomeScreenData: WelcomeScreenChannelObject |
Functions
Section titled “Functions”WelcomeScreenChannel . new ( roleTagData ) -> WelcomeScreenChannel
Responsible for constructing this class.
Parameters
| roleTagData: WelcomeScreenChannelObject |
Returns
| WelcomeScreenChannel |