TextChannel class
Represents a Discord TextChannel
Properties
Methods
-
mention(
) → String -
Returns a mention string to mention a Channel
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessage(
[String? message, List< MessageEmbed> ? embeds]) → Future<void> - Send a message to the TextChannel instance
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited