yde
1.3.0
jvm
yde
/
io.github.ydwk.yde.entities
/
Guild
/
getChannelById
get
Channel
By
Id
abstract
fun
getChannelById
(
channelId
:
Long
)
:
GuildChannel
?
(
source
)
open
fun
getChannelById
(
channelId
:
String
)
:
GuildChannel
?
(
source
)
The channel by its id.
Return
The channel, or null if it doesn't exist.
Parameters
channel
Id
The id of the channel.