GroupIncreaseNoticeEvent

@Serializable
data class GroupIncreaseNoticeEvent(val time: Long, val selfId: Long, val groupId: Long, val operatorId: Long, val userId: Long, val subType: String, val postType: String = "notice", val noticeType: String = "group_increase") : OneBotV11Event

Constructors

Link copied to clipboard
constructor(time: Long, selfId: Long, groupId: Long, operatorId: Long, userId: Long, subType: String, postType: String = "notice", noticeType: String = "group_increase")

Properties

Link copied to clipboard
@SerialName(value = "group_id")
val groupId: Long
Link copied to clipboard
@SerialName(value = "notice_type")
val noticeType: String
Link copied to clipboard
@SerialName(value = "operator_id")
val operatorId: Long
Link copied to clipboard
open override val postType: String
Link copied to clipboard
@SerialName(value = "self_id")
open override val selfId: Long
Link copied to clipboard
@SerialName(value = "sub_type")
val subType: String
Link copied to clipboard
open override val time: Long
Link copied to clipboard
@SerialName(value = "user_id")
val userId: Long