mirai
2.11.1
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
BotJoinGroupEvent
/
Retrieve
Retrieve
common
@
MiraiExperimentalApi
data
class
Retrieve
@
MiraiInternalApi
constructor
(
val
group
:
Group
)
:
BotJoinGroupEvent
Content copied to clipboard
原群主通过 https://huifu.qq.com/ 恢复原来群主身份并入群,
Bot
是原群主
Constructors
Functions
Properties
Constructors
Retrieve
Link copied to clipboard
common
@
MiraiInternalApi
fun
Retrieve
(
group
:
Group
)
Content copied to clipboard
Functions
cancel
Link copied to clipboard
common
fun
cancel
(
)
Content copied to clipboard
intercept
Link copied to clipboard
common
abstract
fun
intercept
(
)
Content copied to clipboard
拦截这个事件
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
bot
Link copied to clipboard
common
open
override
val
bot
:
Bot
Content copied to clipboard
group
Link copied to clipboard
common
open
override
val
group
:
Group
Content copied to clipboard
groupId
Link copied to clipboard
common
open
override
val
groupId
:
Long
Content copied to clipboard
isCancelled
Link copied to clipboard
common
val
isCancelled
:
Boolean
Content copied to clipboard
isIntercepted
Link copied to clipboard
common
abstract
val
isIntercepted
:
Boolean
Content copied to clipboard
事件是否已被拦截.