* try to fix#358 according to @Mar8s comment
* Disable mirror
* Cancel group coroutine when bot leave group and fire event separately
* Re-add 0x82 and 0x83
* Revert else logic
* Fix build
* ignore auto reply message
Co-authored-by: Him188 <Him188@mamoe.net>
* try to fix#358 according to @Mar8s comment
* Disable mirror
* Cancel group coroutine when bot leave group and fire event separately
* Re-add 0x82 and 0x83
* Revert else logic
* Fix build
Co-authored-by: Him188 <Him188@mamoe.net>
* Support Nudge message
* Delete duplicated code
* Renamed NudgeManager and using boolean return value in Nudge method
* Fix document and remove JvmSynthetic annotation
* Remove test code
* Add document for bot object
* use checkIsFriendImpl to instead cast operation
* Add a space between char and number
* Change the text of bot and member to reference
* Revert change in QQAndroidBotNetworkHandler
* Make debug log more clearly
* Support tracking chat target in FriendNudgeEvent
* Add LICENSE in NudgePacket.kt
* Support Group Retrieve, fix#528
* Code Review
- Fix unexpected member in owner changing event.
- Allocate group when changing the owner to the bot if group is missing.
* 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