Class GuildEmote
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个附属于服务器的基于图片的表情符号。
public class GuildEmote : Emote, IEmote, IEntity<string>
- Inheritance
-
GuildEmote
- Implements
- Inherited Members
Properties
CreatorId
获取创建此表情符号的用户的 ID
public ulong? CreatorId { get; }
Property Value
Remarks
如果无法确定创建此表情符号的用户的 ID,则为 null
。
GuildId
获取此表情符号所属的服务器的 ID。
public ulong GuildId { get; }