WelcomeChannelData

Functions

Link copied to clipboard
abstract suspend fun getChannelURLs(): Map<Snowflake, String>
Link copied to clipboard
abstract suspend fun getUrlForChannel(channelId: Snowflake): String?
Link copied to clipboard
abstract suspend fun removeChannel(channelId: Snowflake): String?
Link copied to clipboard
abstract suspend fun setUrlForChannel(channelId: Snowflake, url: String)