mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 01:39:35 +08:00
1faccc72f3
* Add low level api for getting group honor members list. * Remove default value for level name, unifies serialize result typing in GroupHonorTypeSerializer * Remove unnecessary commas * Remove filed 'bkn' from GroupHonorListData to prevent potential credential leak * _GetGroupHonorList support getting ACTIVE data * Add @SinceMirai("1.3.0") annotation to GroupHonorInfo * Add @JvmStatic annotation, rename GroupHonorType.fromInt to .deserializeFromInt and make it internal |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
README.md |
mirai-core
mirai 的核心公开 API.
mirai 为多协议设计, mirai-core
只提供基础框架和抽象数据类.
具体的各协议实现为 mirai-core-PROTOCOL
, 这些协议模块都继承自 mirai-core
.
可用的协议模块:
mirai-core-qqandroid
: Android QQ 8.3.0 版本协议实现.