Interface IRoomEmote
- Namespace
- HeyBox
- Assembly
- HeyBox.Net.Core.dll
表示一个通用的房间表情。
public interface IRoomEmote : IEmote, IEntity<string>
- Inherited Members
Properties
CreatedAt
获取此表情符号的创建时间。
DateTimeOffset? CreatedAt { get; }
Property Value
Creator
获取此表情符号的创建者。
IRoomUser? Creator { get; }
Property Value
CreatorId
获取此表情符号的创建者的 ID。
ulong? CreatorId { get; }
Property Value
Extension
获取此表情符号的扩展名。
string? Extension { get; }
Property Value
Path
获取此表情符号的路径。
ulong? Path { get; }
Property Value
Room
获取此表情符号所在的房间。
IRoom? Room { get; }
Property Value
RoomId
获取此表情符号所在的房间的 ID。
ulong RoomId { get; }