Table of Contents

Class DirectLinks

Namespace
Kook
Assembly
Kook.Net.Core.dll

提供一组用于生成 KOOK 客户端跳转链接的辅助方法。

public static class DirectLinks
Inheritance
DirectLinks
Inherited Members

Methods

返回激活 BUFF 页面的跳转链接。

public static string ActivateKookBuff()

Returns

string

激活 BUFF 页面的跳转链接。

返回游戏或活动页的跳转链接。

public static string Activity()

Returns

string

游戏或活动页的跳转链接。

返回用户动态页面的跳转链接。

public static string ActivityStatus()

Returns

string

用户动态页面的跳转链接。

返回高级设置页面的跳转链接。

public static string Advanced()

Returns

string

高级设置页面的跳转链接。

返回外观设置页面的跳转链接。

public static string Appearance()

Returns

string

外观设置页面的跳转链接。

返回授权管理页面的跳转链接。

public static string AuthorizedApps()

Returns

string

授权管理页面的跳转链接。

返回我的账单页面的跳转链接。

public static string Billing()

Returns

string

我的账单页面的跳转链接。

返回服务器频道的跳转链接。

public static string Channel(ulong guildId, ulong channelId)

Parameters

guildId ulong

服务器 ID。

channelId ulong

频道 ID。

Returns

string

服务器频道的跳转链接。

返回代币充值弹框的跳转链接。

public static string Deposit()

Returns

string

代币充值弹框的跳转链接。

返回福利中心页面的跳转链接。

public static string EventCenter()

Returns

string

福利中心页面的跳转链接。

返回工单页面的跳转链接。

public static string Feedback()

Returns

string

工单页面的跳转链接。

返回实名认证页面的跳转链接。

public static string IdVerification()

Returns

string

实名认证页面的跳转链接。

返回游戏内覆盖页面的跳转链接。

public static string InGameOverlay()

Returns

string

游戏内覆盖页面的跳转链接。

返回邀请页面的跳转链接。

public static string Invitations()

Returns

string

邀请页面的跳转链接。

返回道具商城的跳转链接。

public static string ItemShop()

Returns

string

道具商城的跳转链接。

返回道具商城指定商品的跳转链接。

public static string ItemShop(int goodsId)

Parameters

goodsId int

商品 ID。

Returns

string

道具商城指定商品的跳转链接。

返回按键设置页面的跳转链接。

public static string Keybinds()

Returns

string

按键设置页面的跳转链接。

返回安装加速器弹框的跳转链接。

public static string KookBooster()

Returns

string

安装加速器弹框的跳转链接。

warning

此链接会直接安装或启动加速器。

返回语言设置页面的跳转链接。

public static string Language()

Returns

string

语言设置页面的跳转链接。

返回打开外部链接的跳转链接。

public static string Link(string externalUrl)

Parameters

externalUrl string

要打开的外部链接。

Returns

string

打开外部链接的跳转链接。

返回打开外部链接的跳转链接。

public static string Link(Uri externalUrl)

Parameters

externalUrl Uri

要打开的外部链接。

Returns

string

打开外部链接的跳转链接。

返回消息锚点的跳转链接。

public static string MessageAnchor(ulong guildId, ulong channelId, Guid messageId)

Parameters

guildId ulong

服务器 ID。

channelId ulong

频道 ID。

messageId Guid

消息 ID。

Returns

string

消息锚点的跳转链接。

返回消息锚点的跳转链接。

public static string MessageAnchor(ulong guildId, ulong channelId, ulong threadId)

Parameters

guildId ulong

服务器 ID。

channelId ulong

频道 ID。

threadId ulong

帖子 ID。

Returns

string

消息锚点的跳转链接。

返回消息锚点的跳转链接。

public static string MessageAnchor(ulong guildId, ulong channelId, ulong threadId, ulong messageId)

Parameters

guildId ulong

服务器 ID。

channelId ulong

频道 ID。

threadId ulong

帖子 ID。

messageId ulong

评论或回复 ID。

Returns

string

消息锚点的跳转链接。

返回账号设置页面的跳转链接。

public static string MyAccount()

Returns

string

账号设置页面的跳转链接。

返回我的背包页面的跳转链接。

public static string MyInventory()

Returns

string

我的背包页面的跳转链接。

返回通知页面的跳转链接。

public static string Notifications()

Returns

string

通知页面的跳转链接。

返回隐私设置页面的跳转链接。

public static string Privacy()

Returns

string

隐私设置页面的跳转链接。

返回兑换码页面的跳转链接。

public static string RedeemCode()

Returns

string

兑换码页面的跳转链接。

返回更新记录页面的跳转链接。

public static string ReleaseNotes()

Returns

string

更新记录页面的跳转链接。

返回服务器助力页面的跳转链接。

public static string ServerBoost()

Returns

string

服务器助力页面的跳转链接。

返回表情管理页面的跳转链接。

public static string Stickers()

Returns

string

表情管理页面的跳转链接。

返回主播模式页面的跳转链接。

public static string StreamerMode()

Returns

string

主播模式页面的跳转链接。

返回工具页面的跳转链接。

public static string Tools()

Returns

string

工具页面的跳转链接。

返回语音设置页面的跳转链接。

public static string VoiceSettings()

Returns

string

语音设置页面的跳转链接。

返回 Windows 设置页面的跳转链接。

public static string WindowsSettings()

Returns

string

Windows 设置页面的跳转链接。