NewFriendRequest

class NewFriendRequest @MiraiExperimentalApi constructor(eventId: Long, requester: Long, requesterNick: String, fromGroupId: Long, message: String) : RequestEventData

Functions

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

Properties

eventId
Link copied to clipboard
open override val eventId: Long
fromGroupId
Link copied to clipboard
val fromGroupId: Long
message
Link copied to clipboard
val message: String
requester
Link copied to clipboard
val requester: Long
requesterNick
Link copied to clipboard
val requesterNick: String