mention method

String mention()

Returns a mention string to mention a Channel

Implementation

String mention() {
  return "<#$id>";
}