MemberJoinRequest

@Serializable
class MemberJoinRequest @MiraiExperimentalApi constructor(val eventId: Long, val requester: Long, val requesterNick: String, val groupId: Long, val groupName: String, val invitor: Long = 0, val message: String) : RequestEventData

Constructors

Link copied to clipboard
constructor(eventId: Long, requester: Long, requesterNick: String, groupId: Long, groupName: String, invitor: Long = 0, message: String)

Functions

Link copied to clipboard
open suspend override fun accept(bot: Bot)
Link copied to clipboard
open suspend override fun reject(bot: Bot)
suspend fun reject(bot: Bot, message: String)
suspend fun reject(bot: Bot, blackList: Boolean, message: String = "")
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val eventId: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val invitor: Long = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard