yde
1.3.0
jvm
yde
/
io.github.ydwk.yde.entities
/
Guild
/
getChannelGetterById
get
Channel
Getter
By
Id
open
fun
getChannelGetterById
(
channelId
:
Long
)
:
GuildChannelGetter
?
(
source
)
open
fun
getChannelGetterById
(
channelId
:
String
)
:
GuildChannelGetter
?
(
source
)
The channel getter by its id.
Return
The channel getter.
Parameters
channel
Id
The id of the channel.