Class DiscordChannelExtensions
Contains all the extensions methods for IDiscordChannel.
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Core.Extensions
Assembly: Color-Chan.Discord.Core.dll
Syntax
public static class DiscordChannelExtensions
Methods
| Improve this Doc View SourceMention(IDiscordChannel)
Get a string mentioning a specific channel
.
Declaration
public static string Mention(this IDiscordChannel channel)
Parameters
Type | Name | Description |
---|---|---|
IDiscordChannel | channel | The IDiscordChannel that will be mentioned. |
Returns
Type | Description |
---|---|
String | A String containing the mentioned |