url property

String url

Returns url to this channel.

Implementation

String get url => "https://discordapp.com/channels/${this.guild.id.toString()}"
    "/${this.id.toString()}";