AnyGroupTemp

data class AnyGroupTemp(val groupId: Long) : AbstractPermitteeId.AnyTemp

表示任何一个通过一个群 在临时会话发送消息的群成员

Constructors

Link copied to clipboard
fun AnyGroupTemp(groupId: Long)

Functions

Link copied to clipboard
open override fun asString(): String

转换为字符串表示. 用于权限服务识别和指令的解析.

Link copied to clipboard
override fun toString(): String

Properties

Link copied to clipboard
override val directParents: Array<out PermitteeId>

直接父 PermitteeId. 在检查权限时会首先检查自己, 再递归检查父类.

Link copied to clipboard
val groupId: Long