Class ChannelExtensions
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
提供用于各种频道实体的扩展方法。
public static class ChannelExtensions
- Inheritance
-
ChannelExtensions
- Inherited Members
Methods
GetChannelType(IChannel)
尝试基于频道所实现的接口类型获取频道的实际类型。
public static ChannelType? GetChannelType(this IChannel channel)
Parameters
channel
IChannel要获取其类型的频道。
Returns
- ChannelType?
如果此频道的实际类型已知,则返回其类型;否则,返回
null
。
GetJumpUrl(IChannel)
获取一个跳转到频道的 URL。
public static string GetJumpUrl(this IChannel channel)
Parameters
channel
IChannel要获取跳转 URL 的频道。
Returns
- string
一个包含用于在聊天中跳转到频道的 URL 的字符串。