url property
Uri
get
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');