mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.data
/
RequestEventData
/
BotInvitedJoinGroupRequest
Bot
Invited
Join
Group
Request
@
Serializable
class
BotInvitedJoinGroupRequest
@
MiraiExperimentalApi
constructor
(
val
eventId
:
Long
,
val
invitor
:
Long
,
val
invitorNick
:
String
,
val
groupId
:
Long
,
val
groupName
:
String
)
:
RequestEventData
Members
Constructors
Bot
Invited
Join
Group
Request
Link copied to clipboard
@
MiraiExperimentalApi
constructor
(
eventId
:
Long
,
invitor
:
Long
,
invitorNick
:
String
,
groupId
:
Long
,
groupName
:
String
)
Functions
accept
Link copied to clipboard
open
suspend override
fun
accept
(
bot
:
Bot
)
reject
Link copied to clipboard
open
suspend override
fun
reject
(
bot
:
Bot
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
event
Id
Link copied to clipboard
open
override
val
eventId
:
Long
group
Id
Link copied to clipboard
val
groupId
:
Long
group
Name
Link copied to clipboard
val
groupName
:
String
invitor
Link copied to clipboard
val
invitor
:
Long
invitor
Nick
Link copied to clipboard
val
invitorNick
:
String