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