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