BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx
/
getChannel
get
Channel
inline
fun
<
T
:
GuildChannel
>
IGuildChannelContainer
<
in
T
>
.
getChannel
(
id
:
Long
)
:
T
?
(
source
)
inline
fun
<
T
:
GuildChannel
>
IGuildChannelContainer
<
in
T
>
.
getChannel
(
id
:
String
)
:
T
?
(
source
)
inline
fun
<
T
:
GuildChannel
>
IGuildChannelContainer
<
in
T
>
.
getChannel
(
id
:
ULong
)
:
T
?
(
source
)
Same as
IGuildChannelContainer.getChannelById
but with a reified type parameter.