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
5242499e
Commit
5242499e
authored
Feb 26, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated `getQQ`
parent
c62fbc06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/Bot.kt
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/Bot.kt
+0
-6
No files found.
mirai-core/src/commonMain/kotlin/net.mamoe.mirai/Bot.kt
View file @
5242499e
...
@@ -102,12 +102,6 @@ abstract class Bot : CoroutineScope {
...
@@ -102,12 +102,6 @@ abstract class Bot : CoroutineScope {
*/
*/
abstract
val
qqs
:
ContactList
<
QQ
>
abstract
val
qqs
:
ContactList
<
QQ
>
/**
* 获取一个好友对象. 若没有这个好友, 则会抛出异常 [NoSuchElementException]
*/
@Deprecated
(
message
=
"这个函数有歧义. 它获取的是好友, 却名为 getQQ"
,
replaceWith
=
ReplaceWith
(
"getFriend(id)"
))
fun
getQQ
(
id
:
Long
):
QQ
=
getFriend
(
id
)
/**
/**
* 获取一个好友或一个群.
* 获取一个好友或一个群.
* 在一些情况下这可能会造成歧义. 请考虑后使用.
* 在一些情况下这可能会造成歧义. 请考虑后使用.
...
...
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