-
Mentions the channel. For example
#channelIdDeclaration
Swift
var mention: String { get } -
Sends a message to the channel.
let channel: Channelable = ... channel.send("Hi! I'm a bot")Declaration
Swift
@discardableResult func send(_ msg: String) -> EventLoopFuture<Messageable>Parameters
msgMessage content to send.
Return Value
The created message.
View on GitHub
Channelable Protocol Reference