MemberJoinRequestEvent
data class MemberJoinRequestEvent @MiraiInternalApi constructor(bot: Bot, eventId: Long, message: String, fromId: Long, groupId: Long, groupName: String, fromNick: String, invitorId: Long?) : AbstractEvent, BotEvent, Packet, BaseGroupMemberInfoChangeEvent
Content copied to clipboard
一个账号请求加入群事件, Bot 在此群中是管理员或群主.
Constructors
MemberJoinRequestEvent
Link copied to clipboard
MemberJoinRequestEvent
Link copied to clipboard
Functions
Properties
invitor
Link copied to clipboard
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
Extensions
toRequestEventData
Link copied to clipboard
fun MemberJoinRequestEvent.toRequestEventData(): RequestEventData.MemberJoinRequest
Content copied to clipboard