toggle menu
kord-extensions
2.4.1-SNAPSHOT
jvm
switch theme
search in API
func-welcome
/
dev.kordex.modules.func.welcome.data
/
WelcomeChannelData
Welcome
Channel
Data
interface
WelcomeChannelData
Inheritors
MemoryWelcomeChannelData
Members
Functions
get
Channel
URLs
Link copied to clipboard
abstract
suspend
fun
getChannelURLs
(
)
:
Map
<
Snowflake
,
String
>
get
Url
For
Channel
Link copied to clipboard
abstract
suspend
fun
getUrlForChannel
(
channelId
:
Snowflake
)
:
String
?
remove
Channel
Link copied to clipboard
abstract
suspend
fun
removeChannel
(
channelId
:
Snowflake
)
:
String
?
set
Url
For
Channel
Link copied to clipboard
abstract
suspend
fun
setUrlForChannel
(
channelId
:
Snowflake
,
url
:
String
)