main.top.mrxiaom.overflow.contact.RemoteGroup.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of overflow-core-api Show documentation
Show all versions of overflow-core-api Show documentation
One of the Overflow project modules
package top.mrxiaom.overflow.contact
import me.him188.kotlin.jvm.blocking.bridge.JvmBlockingBridge
import net.mamoe.mirai.contact.ContactList
import net.mamoe.mirai.contact.NormalMember
import net.mamoe.mirai.contact.announcement.Announcements
interface RemoteGroup {
@JvmBlockingBridge
suspend fun updateGroupMemberList(): ContactList
@JvmBlockingBridge
suspend fun updateAnnouncements(): Announcements
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy