Table of Contents

Class RoleProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

提供用于修改 IRole 的属性。

public class RoleProperties
Inheritance
RoleProperties
Inherited Members

Properties

Color

获取或设置要设置到此角色的颜色。

public Color? Color { get; set; }

Property Value

Color?

Hoist

获取或设置要设置到此角色拥有此角色的用户是否在用户列表中与普通在线成员分开显示。

[Obsolete("Use IsHoisted instead.")]
public bool? Hoist { get; set; }

Property Value

bool?

IsHoisted

获取或设置要设置到此角色拥有此角色的用户是否在用户列表中与普通在线成员分开显示。

public bool? IsHoisted { get; set; }

Property Value

bool?

IsMentionable

获取或设置要设置到此角色是否允许任何人提及此角色。

public bool? IsMentionable { get; set; }

Property Value

bool?

Mentionable

获取或设置要设置到此角色是否允许任何人提及此角色。

[Obsolete("Use IsMentionable instead.")]
public bool? Mentionable { get; set; }

Property Value

bool?

Name

获取或设置要设置到此角色的名称。

public string? Name { get; set; }

Property Value

string

Permissions

获取或设置要设置到此角色的权限。

public GuildPermissions? Permissions { get; set; }

Property Value

GuildPermissions?

See Also