User

interface User : Actor(source)

可以用来代表一个“用户”的行为对象,例如某个频道中的成员 Member

User 不一定代表真人,也可能是对应平台下的其他 bot 或者某种默认的系统用户。

Author

ForteScarlet

Inheritors

Properties

Link copied to clipboard
abstract val avatar: String?

这个人的头像链接。 如果没有头像链接、无法获取或者头像信息无法通过 String 表达则得到 null

Link copied to clipboard
abstract val name: String

这个人的名称,或者说昵称。 但是是与任何组织范围无关的名称。

Inherited properties

Link copied to clipboard
Link copied to clipboard
abstract override val id: ID

行为主体的唯一标识。