BotInvitedJoinGroupRequestEvent
data class BotInvitedJoinGroupRequestEvent @MiraiInternalApi constructor( val bot: Bot, val eventId: Long, val invitorId: Long, val groupId: Long, val groupName: String, val invitorNick: String) : 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 BotInvitedJoinGroupRequestEvent.toRequestEventData(): RequestEventData.BotInvitedJoinGroupRequest
Content copied to clipboard