toggle menu
onebot-v11-lib
jvm
switch theme
search in API
onebot-v11-lib
/
cn.qfys521.onebot.v11.lib.model
/
OneBotV11Event
/
GroupIncreaseNoticeEvent
Group
Increase
Notice
Event
@
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
Members
Constructors
Group
Increase
Notice
Event
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
group
Id
Link copied to clipboard
@
SerialName
(
value
=
"group_id"
)
val
groupId
:
Long
notice
Type
Link copied to clipboard
@
SerialName
(
value
=
"notice_type"
)
val
noticeType
:
String
operator
Id
Link copied to clipboard
@
SerialName
(
value
=
"operator_id"
)
val
operatorId
:
Long
post
Type
Link copied to clipboard
open
override
val
postType
:
String
self
Id
Link copied to clipboard
@
SerialName
(
value
=
"self_id"
)
open
override
val
selfId
:
Long
sub
Type
Link copied to clipboard
@
SerialName
(
value
=
"sub_type"
)
val
subType
:
String
time
Link copied to clipboard
open
override
val
time
:
Long
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
Long