Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mirai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Mirai
Commits
6d9aceae
Commit
6d9aceae
authored
Apr 11, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs
parent
505943cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/Contact.kt
.../src/commonMain/kotlin/net.mamoe.mirai/contact/Contact.kt
+1
-1
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/Group.kt
...re/src/commonMain/kotlin/net.mamoe.mirai/contact/Group.kt
+1
-1
No files found.
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/Contact.kt
View file @
6d9aceae
...
@@ -31,7 +31,7 @@ import kotlin.jvm.JvmSynthetic
...
@@ -31,7 +31,7 @@ import kotlin.jvm.JvmSynthetic
/**
/**
* 联系人. 虽然叫做联系人, 但他的子类有 [QQ] 和 [群][Group].
* 联系人. 虽然叫做联系人, 但他的子类有 [QQ]
, [群成员][Member]
和 [群][Group].
*
*
* @author Him188moe
* @author Him188moe
*/
// 不要删除多平台结构 !!! kotlin bug
*/
// 不要删除多平台结构 !!! kotlin bug
...
...
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/contact/Group.kt
View file @
6d9aceae
...
@@ -61,7 +61,7 @@ expect abstract class Group() : Contact, CoroutineScope {
...
@@ -61,7 +61,7 @@ expect abstract class Group() : Contact, CoroutineScope {
abstract
val
owner
:
Member
abstract
val
owner
:
Member
/**
/**
* [Bot] 在群内的 [
new
Member] 实例
* [Bot] 在群内的 [Member] 实例
*/
*/
@MiraiExperimentalAPI
@MiraiExperimentalAPI
abstract
val
botAsMember
:
Member
abstract
val
botAsMember
:
Member
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment