All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.cssxsh.mirai.spi.FriendApprover.kt Maven / Gradle / Ivy

The newest version!
package xyz.cssxsh.mirai.spi

import net.mamoe.mirai.event.events.*

/**
 * 好友审批
 */
public interface FriendApprover : ComparableService {

    /**
     * 好友请求事件审批
     */
    public suspend fun approve(event: NewFriendRequestEvent): ApproveResult

    /**
     * 好友添加事件审批
     */
    public suspend fun approve(event: FriendAddEvent): ApproveResult
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy