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