RequestEventData
Types
BotInvitedJoinGroupRequest
Link copied to clipboard
class BotInvitedJoinGroupRequest @MiraiExperimentalApi constructor(eventId: Long, invitor: Long, invitorNick: String, groupId: Long, groupName: String) : RequestEventData
Content copied to clipboard
MemberJoinRequest
Link copied to clipboard
class MemberJoinRequest @MiraiExperimentalApi constructor(eventId: Long, requester: Long, requesterNick: String, groupId: Long, groupName: String, invitor: Long, message: String) : RequestEventData
Content copied to clipboard
NewFriendRequest
Link copied to clipboard
class NewFriendRequest @MiraiExperimentalApi constructor(eventId: Long, requester: Long, requesterNick: String, fromGroupId: Long, message: String) : RequestEventData
Content copied to clipboard
Functions
Properties
Inheritors
NewFriendRequest
Link copied to clipboard
BotInvitedJoinGroupRequest
Link copied to clipboard
MemberJoinRequest
Link copied to clipboard