yde
1.3.0
jvm
yde
/
io.github.ydwk.yde
/
YDE
/
getGuildChannelById
get
Guild
Channel
By
Id
open
fun
getGuildChannelById
(
id
:
Long
)
:
GuildChannel
?
(
source
)
open
fun
getGuildChannelById
(
id
:
String
)
:
GuildChannel
?
(
source
)
Gets a guild channel by its id.
Return
The
GuildChannel
object.
Parameters
id
The id of the guild channel.