State

annotation class State

群成员状态 NORMAL : 正常 DIMISSION : 已离职 DISABLE_TO_SEND_MSG : 被禁言

Properties

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

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