Class RoomSticker
- Namespace
- HeyBox
- Assembly
- HeyBox.Net.Core.dll
表示一个房间大表情符号。
public class RoomSticker : Emote, IEquatable<Emote>, IRoomEmote, IEmote, IEntity<string>
- Inheritance
-
RoomSticker
- Implements
- Inherited Members
Properties
CreatedAt
获取此表情符号的创建时间。
public DateTimeOffset? CreatedAt { get; }
Property Value
Creator
获取此表情符号的创建者。
public IRoomUser? Creator { get; }
Property Value
CreatorId
获取此表情符号的创建者的 ID。
public ulong? CreatorId { get; }
Property Value
Extension
获取此表情符号的扩展名。
public string? Extension { get; }
Property Value
Path
获取此表情符号的路径。
public ulong? Path { get; }
Property Value
Room
获取此表情符号所在的房间。
public IRoom? Room { get; }
Property Value
RoomId
获取此表情符号所在的房间的 ID。
public ulong RoomId { get; }
Property Value
Methods
ToString()
返回此表情符号的原始表示。
public override string ToString()
Returns
- string
表示表情符号的原始表示(例如
[custom3358126864697663488_demo]
)。