toggle menu
onebot-v12-lib
jvm
switch theme
search in API
onebot-v12-lib
/
cn.qfys521.onebot.v12.lib.model
/
OneBotEvent
/
GroupMemberIncreaseNoticeEvent
Group
Member
Increase
Notice
Event
@
Serializable
data
class
GroupMemberIncreaseNoticeEvent
(
val
id
:
String
,
val
time
:
Long
,
val
self
:
BotSelf
,
val
groupId
:
String
,
val
userId
:
String
,
val
operatorId
:
String
,
val
subType
:
String
,
val
type
:
String
=
"notice"
,
val
detailType
:
String
=
"group_member_increase"
)
:
OneBotEvent
Members
Constructors
Group
Member
Increase
Notice
Event
Link copied to clipboard
constructor
(
id
:
String
,
time
:
Long
,
self
:
BotSelf
,
groupId
:
String
,
userId
:
String
,
operatorId
:
String
,
subType
:
String
,
type
:
String
=
"notice"
,
detailType
:
String
=
"group_member_increase"
)
Properties
detail
Type
Link copied to clipboard
@
SerialName
(
value
=
"detail_type"
)
open
override
val
detailType
:
String
group
Id
Link copied to clipboard
@
SerialName
(
value
=
"group_id"
)
val
groupId
:
String
id
Link copied to clipboard
open
override
val
id
:
String
operator
Id
Link copied to clipboard
@
SerialName
(
value
=
"operator_id"
)
val
operatorId
:
String
self
Link copied to clipboard
open
override
val
self
:
BotSelf
sub
Type
Link copied to clipboard
@
SerialName
(
value
=
"sub_type"
)
open
override
val
subType
:
String
time
Link copied to clipboard
open
override
val
time
:
Long
type
Link copied to clipboard
open
override
val
type
:
String
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
String