Class GuildCertification
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个服务器认证信息。
public class GuildCertification
- Inheritance
-
GuildCertification
- Inherited Members
Properties
Description
获取认证的描述。
public string? Description { get; }
Property Value
Picture
获取认证的图片 URL。
public string? Picture { get; }
Property Value
Title
获取认证的名称。
public string Title { get; }
Property Value
Type
获取认证的类型。
public GuildCertificationType Type { get; }