mirai
2.10.0
common
mirai-core-api
/
net.mamoe.mirai.data
/
RequestEventData
/
NewFriendRequest
New
Friend
Request
common
class
NewFriendRequest
@
MiraiExperimentalApi
constructor
(
eventId
:
Long
,
requester
:
Long
,
requesterNick
:
String
,
fromGroupId
:
Long
,
message
:
String
)
:
RequestEventData
Content copied to clipboard
Functions
Properties
Functions
accept
Link copied to clipboard
common
open
suspend override
fun
accept
(
bot
:
Bot
)
Content copied to clipboard
reject
Link copied to clipboard
common
open
suspend override
fun
reject
(
bot
:
Bot
)
Content copied to clipboard
suspend
fun
reject
(
bot
:
Bot
,
blackList
:
Boolean
)
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
eventId
Link copied to clipboard
common
open
override
val
eventId
:
Long
Content copied to clipboard
fromGroupId
Link copied to clipboard
common
val
fromGroupId
:
Long
Content copied to clipboard
message
Link copied to clipboard
common
val
message
:
String
Content copied to clipboard
requester
Link copied to clipboard
common
val
requester
:
Long
Content copied to clipboard
requesterNick
Link copied to clipboard
common
val
requesterNick
:
String
Content copied to clipboard