Aliucord
2.0.1
androidJvm
Aliucord
/
com.aliucord.utils
/
ChannelUtils
Channel
Utils
class
ChannelUtils
Members
Constructors
Channel
Utils
Link copied to clipboard
constructor
(
)
Functions
get
Display
Name
Link copied to clipboard
open
fun
getDisplayName
(
channel
:
Channel
)
:
String
get
Display
Name
Or
Default
Link copied to clipboard
open
fun
getDisplayNameOrDefault
(
channel
:
Channel
,
context
:
Context
,
addPrefix
:
Boolean
)
:
String
get
DMRecipient
Link copied to clipboard
open
fun
getDMRecipient
(
channel
:
Channel
)
:
User
get
Recipients
Link copied to clipboard
open
fun
getRecipients
(
channel
:
Channel
)
:
List
<
User
>
is
Guild
Texty
Channel
Link copied to clipboard
open
fun
isGuildTextyChannel
(
channel
:
Channel
)
:
Boolean
is
Text
Channel
Link copied to clipboard
open
fun
isTextChannel
(
channel
:
Channel
)
:
Boolean