mirai/mirai-core
yyuueexxiinngg 1faccc72f3
Add low level api for getting group honor members list. (#501)
* 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
2020-09-15 12:54:02 +08:00
..
src Add low level api for getting group honor members list. (#501) 2020-09-15 12:54:02 +08:00
build.gradle.kts Exclude kotlinx-coroutines-core and kotlin-stdlib from dependencies to avoid clashes (fix #523) 2020-08-22 12:56:41 +08:00
README.md Update module descriptions 2020-06-16 16:05:36 +08:00

mirai-core

mirai 的核心公开 API.

mirai 为多协议设计, mirai-core 只提供基础框架和抽象数据类.
具体的各协议实现为 mirai-core-PROTOCOL, 这些协议模块都继承自 mirai-core.

可用的协议模块: