NewFriendRequest

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

Constructors

Link copied to clipboard
constructor(eventId: Long, requester: Long, requesterNick: String, fromGroupId: Long, 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, blackList: Boolean)
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
Link copied to clipboard