Table of Contents

Interface IRoomEmote

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示一个通用的房间表情。

public interface IRoomEmote : IEmote, IEntity<string>
Inherited Members

Properties

CreatedAt

获取此表情符号的创建时间。

DateTimeOffset? CreatedAt { get; }

Property Value

DateTimeOffset?

Creator

获取此表情符号的创建者。

IRoomUser? Creator { get; }

Property Value

IRoomUser

CreatorId

获取此表情符号的创建者的 ID。

ulong? CreatorId { get; }

Property Value

ulong?

Extension

获取此表情符号的扩展名。

string? Extension { get; }

Property Value

string

Path

获取此表情符号的路径。

ulong? Path { get; }

Property Value

ulong?

Room

获取此表情符号所在的房间。

IRoom? Room { get; }

Property Value

IRoom

RoomId

获取此表情符号所在的房间的 ID。

ulong RoomId { get; }

Property Value

ulong