ChannelUtils

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getDisplayName(channel: Channel): String
Link copied to clipboard
open fun getDisplayNameOrDefault(channel: Channel, context: Context, addPrefix: Boolean): String
Link copied to clipboard
open fun getDMRecipient(channel: Channel): User
Link copied to clipboard
open fun getRecipients(channel: Channel): List<User>
Link copied to clipboard
open fun isGuildTextyChannel(channel: Channel): Boolean
Link copied to clipboard
open fun isTextChannel(channel: Channel): Boolean