Code

annotation class Code

禁言设置 NORMAL : 正常发送消息 ALL_FORBID_HAVE_ME : 全员禁言(禁言成员中有我) PART_FORBID_HAVE_ME : 部分禁言(禁言成员中有我)

Properties

Link copied to clipboard
Link copied to clipboard
val NORMAL: Int = 0
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String