BotInvitedJoinGroupRequestEvent
data class BotInvitedJoinGroupRequestEvent @MiraiInternalApi constructor(bot: Bot, eventId: Long, invitorId: Long, groupId: Long, groupName: String, invitorNick: String) : AbstractEvent, BotEvent, Packet, BaseGroupMemberInfoChangeEvent
Content copied to clipboard
Bot 被邀请加入一个群.
Constructors
BotInvitedJoinGroupRequestEvent
Link copied to clipboard
Functions
Properties
invitorNick
Link copied to clipboard
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
Extensions
toRequestEventData
Link copied to clipboard
fun BotInvitedJoinGroupRequestEvent.toRequestEventData(): RequestEventData.BotInvitedJoinGroupRequest
Content copied to clipboard