url property

  1. @override
String url
override

Returns clickable url to this message.

Implementation

@override
String get url => "https://discordapp.com/channels/${this.guild.id}"
    "/${this.channel.id}/${this.id}";