url property

Uri url

A URL clients can visit to navigate to this channel.

Implementation

Uri get url => Uri.https(manager.client.apiOptions.host, '/channels/${this is GuildChannel ? '${(this as GuildChannel).guildId}' : '@me'}/$id');